Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL Domain Mismatch #5

Open
SeanOC opened this issue Jul 5, 2011 · 1 comment
Open

SSL Domain Mismatch #5

SeanOC opened this issue Jul 5, 2011 · 1 comment
Assignees

Comments

@SeanOC
Copy link
Owner

SeanOC commented Jul 5, 2011

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"

@ghost ghost assigned SeanOC Jul 5, 2011
@SeanOC
Copy link
Owner Author

SeanOC commented Sep 9, 2011

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant