We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specifically https://stackoverflow.com/questions/40684543/how-to-make-python-use-ca-certificates-from-mac-os-truststore
It seems with python versions >= 3.6 users will need to manually run
>= 3.6
cd /Applications/Python\ 3.X/ ./Install\ Certificates.command
Specifically this should be done if there is a socketio.exceptions.ConnectionError or SSLError thrown.
socketio.exceptions.ConnectionError
SSLError
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Specifically https://stackoverflow.com/questions/40684543/how-to-make-python-use-ca-certificates-from-mac-os-truststore
It seems with python versions
>= 3.6
users will need to manually runSpecifically this should be done if there is a
socketio.exceptions.ConnectionError
orSSLError
thrown.The text was updated successfully, but these errors were encountered: