sharpy icon indicating copy to clipboard operation
sharpy copied to clipboard

SSL Domain Mismatch

Open SeanOC opened this issue 14 years ago • 1 comments

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"

SeanOC avatar Jul 05 '11 15:07 SeanOC

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.

SeanOC avatar Sep 09 '11 19:09 SeanOC