Hi,
I have just updated to the latest Corona SDK 2020.3567 due to the new Android API SDK 28+ requirements and I am now getting issues on older devices (Android 4.4.2) when connecting to secure servers.
The error I see in LogCat is
Error 6053 Corona ERROR: network: SSL handshake aborted: ssl=0x6cbfe878: I/O error during system call, Connection reset by peer: https://<uri removed for this post>/token (javax.net.ssl.SSLException)
I have been unable to find any results at all relating to that specific error code in Google searches. The closest information I can find indicates it may be a TLS 1.2 issue. If I run the previous version of my app (which was built with Corona 2019.3470 i think, target SDK 27) it connects to that same server without any issues.
Any ideas as to what I going on here and what that specific error code means and more importantly how to resolve it.
Thanks.