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

httplib2 added cert validation without a complete list of root certs. See that it's fixed. #6

Open
jdunck opened this issue Jul 30, 2011 · 0 comments

Comments

@jdunck
Copy link
Collaborator

jdunck commented Jul 30, 2011

In commit 864a61e we see the need to disable cert validation - this is because httplib2 has started validating by default, but has an incomplete list of root certs.

This is a bug in httplib2, but affects all users of the library (I've seen this as maintainer of python-github2 as well.)

I think httplib2 should be fixed; we've already accepted disabling the validation, but this fails under py2.5; dpnova is going to make a pull request which tries to construct with the flag, falling back to without if it fails (which would only occur if validation were not supported by httplib2, i.e. an older version of it.

This ticket is to track the bugs in httplib2:
http://code.google.com/p/httplib2/issues/detail?id=156
http://code.google.com/p/httplib2/issues/detail?id=157

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