You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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.
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"
The text was updated successfully, but these errors were encountered: