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

This makes SSL connections via proxies work correctly. #159

Merged
merged 1 commit into from
Oct 2, 2014

Conversation

chrchr
Copy link

@chrchr chrchr commented Oct 2, 2014

So, when connecting to an https endpoint via a proxy you're supposed to use a plain TCP socket and send ' https://host HTTP/1.1' as the request line. The current code is trying to talk to the proxy using TLS and that doesn't work.

tarcieri added a commit that referenced this pull request Oct 2, 2014
This makes SSL connections via proxies work correctly.
@tarcieri tarcieri merged commit 0148f73 into httprb:master Oct 2, 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.

None yet

2 participants