gravelBridge / AutoGPT-Discord

A plugin to enable you to control your AutoGPT instance from Discord.
MIT License
95 stars 15 forks source link

SSL Certificate Verify Failed #10

Open N1c0815 opened 1 year ago

N1c0815 commented 1 year ago

The plugin loads fine, and Discord is set up. However, the Discord-AutoGPT Bot remains offline. The following seems to be the problem:

ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1002)

File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/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 discord.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1002)')]