Skip to content

Instantly share code, notes, and snippets.

@vamsiuppala
Last active March 19, 2024 20:04
Show Gist options
  • Save vamsiuppala/ea4f2b8abc4c2057fb1c4a25cc0e77b2 to your computer and use it in GitHub Desktop.
Save vamsiuppala/ea4f2b8abc4c2057fb1c4a25cc0e77b2 to your computer and use it in GitHub Desktop.
When you run into SSL certification error

Add this code when you run into SSL certification error

import ssl
ssl._create_default_https_context = ssl._create_unverified_context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment