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

Support proxying SSL connections #412

Closed
wants to merge 2 commits into from
Closed

Support proxying SSL connections #412

wants to merge 2 commits into from

Conversation

mutemule
Copy link
Contributor

In 2.7, httplib introduced support for proxying SSL connections, via CONNECT.

This change removes the restriction of no SSL when using a proxy.

@mdomsch
Copy link
Contributor

mdomsch commented Nov 10, 2014

Is there a way to test that the running instance of httplib supports this? We support back to python 2.4, so can't just make this globally.

@mutemule
Copy link
Contributor Author

@mdomsch, sorry about that! I've now added a check so it reverts to the old behaviour on Python < 2.7.

@fviard
Copy link
Contributor

fviard commented Dec 4, 2014

Nice patch. That looks ok now.

@mdomsch
Copy link
Contributor

mdomsch commented Dec 6, 2014

Merged in #434

@mdomsch mdomsch closed this Dec 6, 2014
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

Successfully merging this pull request may close these issues.

4 participants