The error message indicates an SSL certificate verification failure, which is common when the local system lacks the necessary CA certificates to verify the server's certificate. This issue often occurs on MacOS systems with Python, where the SSL certificate chain is incomplete or missing.
To resolve this, you can run the "Install Certificates.command" script that comes with Python installations on MacOS. This script installs the necessary certificates for SSL verification. According to a
Slack discussion, running this command resolved a similar issue for another user.
Would you like more detailed instructions on how to run this command or troubleshoot further?
Sources:
-
Slack discussion on SSL issues 👍 0 button 👎 0 button 💡
Hint: Mention @runllm in the thread for followups.