-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Error in connecting to https website with sslv3 disabled #239
Comments
The site in question has another version enabled? |
I am getting this when enabling a https proxy using the new code.
note: Run with Here is the diff I applied to the sample client.
|
@shaleh hm, i wonder if these improved options would help? https://github.com/hyperium/hyper/tree/openssl-opts |
I will test it out tomorrow. |
No dice.
Here is the trace
|
Ok, this one is my fault. But may be helpful to others. While trying to debug proxy support I had setup a proxy using scheme = HTTPS. But HTTPS is not actually supported. All traffic needs to go through HTTP, then HTTPS if needed. This was the cause of the odd ssl error. A quick way to debug this:
@seanmonstar I opened #774 to track the issue using a proxy. |
@shaleh so, the issue in this case was connecting to |
correct |
Seems like this can be closed. |
SSL was removed from hyper, see #985. |
Failed to connect: HttpIoError(IoError { kind: OtherIoError, desc: "Error in OpenSSL", detail: Some("[UnknownError { library: "SSL routines", function: "SSL23_GET_SERVER_HELLO", reason: "sslv3 alert handshake failure" }]") })
The text was updated successfully, but these errors were encountered: