You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to connect to APOD resources such as https://apod.nasa.gov/apod/astropix.html on Android using OkHttp, but I keep getting an SSL Handshake error. This occurs on devices running Android versions earlier than 4.4.2.
I'm currently developing an Android application which uses APOD images and since the move to HTTPS, I've been getting handshake errors on certain Android devices as a result.
The text was updated successfully, but these errors were encountered:
thanks @brianthomas
we had to implement OMB Mandate M-15-13 https://https.cio.gov/guide/ and update all of our SSL configurations to the newest versions and this is most likely the cause of your client breaking
I am trying to connect to APOD resources such as https://apod.nasa.gov/apod/astropix.html on Android using OkHttp, but I keep getting an SSL Handshake error. This occurs on devices running Android versions earlier than 4.4.2.
I ran some tests on SSLLabs and here are the results: https://www.ssllabs.com/ssltest/analyze.html?d=apod.nasa.gov&s=129.164.179.22
Note all of the pre-4.4.2 devices result in a handshake failure.
NASA's other domains do not have this problem, all devices are able to handshake without any problems: https://www.ssllabs.com/ssltest/analyze.html?d=api.nasa.gov&s=34.193.234.42
I'm currently developing an Android application which uses APOD images and since the move to HTTPS, I've been getting handshake errors on certain Android devices as a result.
The text was updated successfully, but these errors were encountered: