-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
SSL handshake fails for servers with strong ciphers #11
Comments
Fails even without okhttp:
|
Fails with okhttp-2.1.1 as well. |
This is due to restrictions in the Oracle JDK (import limits), documented here. Simple way to reproduce this: (new java.net.URL("https://clbin.com")).openConnection().getContent() Running the above on OpenJDK 7 works fine. |
Closed
hrj
changed the title
SSL handshake fails for https://clbin.com
SSL handshake fails for servers with strong ciphers
Dec 21, 2014
We now show an explanation to the user when the SSL handshake exception happens and a link to this wiki page. |
There are couple of things we can do on our side:
|
Updates
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example, navigating to
https://clbin.com
causes:The text was updated successfully, but these errors were encountered: