-
-
Notifications
You must be signed in to change notification settings - Fork 539
ValueError: unsupported protocol with HTTP/1.0 proxy server #1609
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
Comments
This is a valid improvement request (although I didn't really want to become an expert in HTTP proxies when I started this library...) Out of curiosity, in what environment are you hitting this problem? Do you know what proxy is being used? |
The proxy server is very much out of my reach, but looks like McAfee Web Gateway / Skyhigh Secure Web Gateway. |
OK - looks like a typical corporate environment - clearly in scope of what I wanted to support when I implemented support for HTTP proxies. I'll do something about it. |
It is legal to answer an HTTP/1.1 request with an HTTP/1.0 response. Fix #1609.
Hello, would you be able to confirm that #1618 fixes your problem, please? |
It is legal to answer an HTTP/1.1 request with an HTTP/1.0 response. Fix #1609.
When using websockets 15.0.1 to establish a connection through a HTTP/1.0 only proxy server, I get the following traceback:
Manually checking the behavior of the proxy server:
It is my understanding reading the spec that responding with HTTP/1.0 to a HTTP/1.1 request is allowed.
The text was updated successfully, but these errors were encountered: