Page 1 of 1

Expired webservices certificate

Posted: 05 Jan 2023, 19:03
by askuri
One of the servers of the web services has an expired TLS certificate which is causing two issues:

User visits a site like https://upload.maniacdn.net and wants to log in and ...
  • sees a certificate expiry message by his browsers
  • sees an error on the site he is trying to log in to because that site sends a request itself to the web services to get more information
For the second case, I can provide you with a log message from the server (the timestamp is in CET):

Code: Select all

{"message":"Uncaught PHP Exception GuzzleHttp\\Exception\\RequestException: \"cURL error 60: SSL certificate problem: certificate has expired (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://v4.live.maniaplanet.com/webservices/me/email\" at [...]/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php line 211","context":{"exception":{"class":"GuzzleHttp\\Exception\\RequestException","message":"cURL error 60: SSL certificate problem: certificate has expired (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://v4.live.maniaplanet.com/webservices/me/email","code":0,"file":"[...]/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:211"}},"level":500,"level_name":"CRITICAL","channel":"request","datetime":"2023-01-05T18:38:24.125212+01:00","extra":{}}
I have seen this issue multiple times in the past few weeks now and I was able to reproduce it on https://maniacalendar.com/ (2nd try) and https://mania.exchange/ (1st try) as well.

Re: Expired webservices certificate

Posted: 09 Mar 2023, 22:15
by L3cKy
askuri wrote: 05 Jan 2023, 19:03 One of the servers of the web services has an expired TLS certificate which is causing two issues:

User visits a site like https://upload.maniacdn.net and wants to log in and ...
  • sees a certificate expiry message by his browsers
  • sees an error on the site he is trying to log in to because that site sends a request itself to the web services to get more information
For the second case, I can provide you with a log message from the server (the timestamp is in CET):

Code: Select all

{"message":"Uncaught PHP Exception GuzzleHttp\\Exception\\RequestException: \"cURL error 60: SSL certificate problem: certificate has expired (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://v4.live.maniaplanet.com/webservices/me/email\" at [...]/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php line 211","context":{"exception":{"class":"GuzzleHttp\\Exception\\RequestException","message":"cURL error 60: SSL certificate problem: certificate has expired (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://v4.live.maniaplanet.com/webservices/me/email","code":0,"file":"[...]/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:211"}},"level":500,"level_name":"CRITICAL","channel":"request","datetime":"2023-01-05T18:38:24.125212+01:00","extra":{}}
I have seen this issue multiple times in the past few weeks now and I was able to reproduce it on https://maniacalendar.com/ (2nd try) and https://mania.exchange/ (1st try) as well.

Same for the freezone ... you just get redirected to this forum if you accept the invalid certififcate. :roll: