sharpy
sharpy copied to clipboard
SSL Domain Mismatch
With the latest release of httplib2, a user will get a SSL Domain Mismatch exception whenever a request to CheddarGetter is made. The cause of this error and a fix needs to be found.
In the mean time, one can work around this issue by using an older version of httplib2. One can install a "safe" version of httplib2 by running pip install "httplib2==0.6.0"
httplib2 has fixed this on their own by including he godaddy (CG's certificate authority) root certificate in their know certs bundle. You can fix this by running pip install "httplib2==dev" for now and once version 0.7.2 comes out the standard distribution of httplib2 should work.