-
Notifications
You must be signed in to change notification settings - Fork 322
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
HTTP::ConnectionError on HTTPS queries through HTTP proxies #685
Comments
|
cc @bryanp |
I'm able to reproduce—investigating. |
Okay, I traced the issue all the way back to the This is causing our handler to be in an incorrect state. I'll report back once I hear back from the |
It looks to be an issue with the implementation in #651. We need to reset the parser rather than simply call I'll be releasing an update to |
@ClearlyClaire I've merged a prospective fix in #686. Can you confirm it fixes your problem? |
Yes, I can confirm this solves my issue! |
Released in 5.0.2 |
Hi,
We are using the
http
gem in Mastodon, and I've been reported failures when using a HTTP proxy.Upon investigation, it seems it occurs directly in the
http
gem and only fails with HTTPS URLs.Indeed, the following works:
But the following fails:
It fails with the following error:
This also fails with
http
5.0.0 but not with 4.4. Version 5.0.0pre3 seems to also work.The text was updated successfully, but these errors were encountered: