xbox-webapi-python icon indicating copy to clipboard operation
xbox-webapi-python copied to clipboard

SSL Certification Error

Open DelofJ opened this issue 2 years ago • 0 comments

This is the error I get

  File "c:\Python311\Lib\site-packages\xbox\webapi\authentication\manager.py", line 111, in _oauth2_token_request
  File "c:\Python311\Lib\site-packages\aiohttp\connector.py", line 982, in _wrap_create_connection
    raise ClientConnectorCertificateError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host login.live.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1002)')]

I stumbled upon 2 post for resolving this issue Post 1 Post 2 (Or maybe I did something wrong)

DelofJ avatar Aug 17 '23 20:08 DelofJ