Skip to content

Instantly share code, notes, and snippets.

@mrkschan
Created November 28, 2012 07:12
Show Gist options
  • Save mrkschan/4159576 to your computer and use it in GitHub Desktop.
Save mrkschan/4159576 to your computer and use it in GitHub Desktop.
# 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