Created
November 28, 2012 07:12
-
-
Save mrkschan/4159576 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Fuck off httplib2 reporting failed SSL cert verification. | |
import httplib2 | |
import certifi | |
httplib2.CA_CERTS = certifi.where() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment