Skip to content

Instantly share code, notes, and snippets.

@mohapsat
Last active August 24, 2021 00:40
Show Gist options
  • Save mohapsat/72645387e39d92a4b84c72b43617c586 to your computer and use it in GitHub Desktop.
Save mohapsat/72645387e39d92a4b84c72b43617c586 to your computer and use it in GitHub Desktop.
Fix for Mac OSX python ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749)
https://stackoverflow.com/questions/42098126/mac-osx-python-ssl-sslerror-ssl-certificate-verify-failed-certificate-verify
Issue with company network:
pip install --trusted-host files.pythonhosted.org --trusted-host pypi.org --trusted-host pypi.python.org oauthlib -vvv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment