You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/08/26 17:30:07 UTC

[GitHub] [cordova-android] breautek commented on issue #819: "java.security.cert.CertPathValidatorException: Trust anchor for certification path not found." on Android 5 and lower versions

breautek commented on issue #819: "java.security.cert.CertPathValidatorException: Trust anchor for certification path not found." on Android 5 and lower versions
URL: https://github.com/apache/cordova-android/issues/819#issuecomment-524951598
 
 
   Just throwing a thought out there... and I'm assuming you're using a issued certificate from a certificate vendor... 
   
   Older android versions don't have TLS 1.1/1.2 enabled by default (although most devices still support them, and only uses up to TLS 1.0 (which is now deemed insecure). Do you have a private testing server that you can use to enable TLS 1.0 and see if the plugin works then?
   
   If so, I can point you to a commit done on my companies account to enable TLS 1.1/1.2 on older devices. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org