-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
javax.net.ssl.SSLHandshakeException: Handshake failed #1940
Comments
Try to connect to your https endpoint via browser/another_http_client through the VPN, there are high chances that VPN is the reason of your problems. |
No, VPN is not the problem. Connected to VPN, I am able to hit this
|
ok, is it reachable via OkHttp without VPN? If not — (why you mentioned that you're doing it over VPN…) it may be a problem of https configuration on the backend so you can contact their support with this issue. |
My point is that VPN is necessary to hit this particular server. And I can
|
Could you provide a test case to demonstrate the problem? |
What's the best way to simulate VPN and a TLS server in a test case? I
|
@IgorGanapolsky sounds like a duplicate of a bug we're already tracking. |
@swankjesse You linked to an enhancent PR? |
Yes. It's a feature request. |
Throwing the below error in onFailure() call back method i'm using below libraries Any one of please help me on this.. |
Having similar problems - inspecting the SSLException reveals BAD_ALERT - any ideas? |
I meet the same problem now, have you fix this ? please help~ |
Hi,
I am trying to make a GET request to an HTTPS server (over VPN). I followed the guidelines described in this issue: #1628. However, it's keeps giving me an error:
I am using Retrofit 2.0.0-beta2 in my Android application for this networking code. Please advise.
Thank you,
Igor
The text was updated successfully, but these errors were encountered: