Skip to content

Instantly share code, notes, and snippets.

@spangenberg
Created September 25, 2011 19:23
Show Gist options
  • Save spangenberg/1241005 to your computer and use it in GitHub Desktop.
Save spangenberg/1241005 to your computer and use it in GitHub Desktop.
/usr/lib/python2.7/dist-packages/imagestore/lib/fetch.py
add after the line 142
curl.setopt(pycurl.SSL_VERIFYPEER, 0)
curl.setopt(pycurl.SSL_VERIFYHOST, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment