Skip to content

Instantly share code, notes, and snippets.

@garnaat
Created September 21, 2012 15:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save garnaat/3762068 to your computer and use it in GitHub Desktop.
Save garnaat/3762068 to your computer and use it in GitHub Desktop.
Disable SSL Certificate verification in boto
[Boto]
# Add this line to your boto config file in the Boto section
https_validate_certificates = False
@datagrok
Copy link

Note that as of boto v2.6.1, with Python >= 2.7.9 or Python3 >= 3.4.3, bug #3468 causes this configuration setting to be ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment