Created
September 21, 2012 15:09
-
-
Save garnaat/3762068 to your computer and use it in GitHub Desktop.
Disable SSL Certificate verification in boto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Boto] | |
# Add this line to your boto config file in the Boto section | |
https_validate_certificates = False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.