nativescript-community / https

Secure HTTP client with SSL pinning for Nativescript - iOS/Android
https://nativescript-community.github.io/https/
Other
50 stars 42 forks source link

Trust anchor for certification path not found error after Digicert G2 update #91

Open gonzalesgm-git opened 11 months ago

gonzalesgm-git commented 11 months ago

Hi,

I have been encountering an error after our update to Digicert G2. It will show a java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. error after installation. If we disable the sslpinning, we are expecting that this error should not be shown, but it still persist even when sslpining function is removed.

Have you guys encounter a similar issue with the recent update of Digicert (https://knowledge.digicert.com/generalinformation/digicert-root-and-intermediate-ca-certificate-updates-2023.html) And what will be the workaround for this issue?

Thanks for any help.

farfromrefug commented 11 months ago

@gonzalesgm-git sorry never encountered that issue. Might be better odd searching on the web for that error

gonzalesgm-git commented 11 months ago

@gonzalesgm-git sorry never encountered that issue. Might be better odd searching on the web for that error

thanks @farfromrefug , i have search the web for some workaround but nothing seems to solve the issue. If i uninstall the plugin or disable the sslpinning the java.security.cert.CertPathValidatorException: Trust anchor for certification path not found error still persist.