-
Notifications
You must be signed in to change notification settings - Fork 240
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
Android add TLS 1.2 for pre-lollipop #1501
Conversation
cc. @sarahlensing, @msmollin for pelias and valhalla work. |
I am not following the correlation between this code change, enabling TLS 1.2 on 4.x devices, and the links which talk about Android 7.0 missing valid cipher suites for TLS 1.2. Does this change somehow alleviate that problem? |
@msmollin the pre-lollipop related links was The solution for some Android 7.0 devices adds also the cipher suite to the snippet above. Not sure how to handle this case - I've just added the comment for further investigation :)
|
e6ab0f3
to
f020713
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed on a tablet running 4.2.2 that SSL is broken before this fix and works after this fix.
@tallytalwar thanks for the heads up, relevant pelias and valhalla tickets created here: |
Same is needed for Pelias and Valhalla android clients. Also there seem to be Android 7.0 devices which lack to enable TLS 1.2 ..
http://stackoverflow.com/questions/39133437/sslhandshakeexception-handshake-failed-on-android-n-7-0
https://issuetracker.google.com/issues/37122132