HTTPS connection on Android

Hi there,

An app from 2015 is causing us serious headache when updating.

IOS requires a HTTPS connection, this same HTTPS connection causes

ERROR: network: javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0x63547c98: Failure in SSL library, usually a protocol

causes this issue on Android 4.4.2 and on 4.4.4. we have not checked it on more recent android versions

Any idea?

Thanks

Older 4.x versions of Android struggle with some secure network connections. What you might want to consider is do a device test to determine if you’re on a version of Android that doesn’t work with https: and make http: calls in that case.  I think there are also some options you can put in the header table for network requests to control the version of TLS that gets used to try and force using a version compatible with those versions of Android.

A similar question was asked here: https://forums.coronalabs.com/topic/70045-how-to-disable-sslv3-for-corona-app-running-on-android/

Rob

Older 4.x versions of Android struggle with some secure network connections. What you might want to consider is do a device test to determine if you’re on a version of Android that doesn’t work with https: and make http: calls in that case.  I think there are also some options you can put in the header table for network requests to control the version of TLS that gets used to try and force using a version compatible with those versions of Android.

A similar question was asked here: https://forums.coronalabs.com/topic/70045-how-to-disable-sslv3-for-corona-app-running-on-android/

Rob