While using Unity 5.6.7, I'm having issues accessing a secured server through HTTPS on Android.
javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
This is not an issue when using recent versions of Unity as UnityWebRequest has the CertificateHandler attribute where I can validate the connection, unfortunately in 5.6.7 this does not exist and I would like to avoid updating the engine.
Please help! Cheers,