cordova-plugin-advanced-http icon indicating copy to clipboard operation
cordova-plugin-advanced-http copied to clipboard

How can we allow only certificates signed by a trusted CA?

Open do-pe opened this issue 3 years ago • 1 comments

I already activated SSL-Pinning and it works fine. Now when connecting to a remote endpoint, how can I only allow certificates signed by a trusted CA?

Right now the plugin also accepts self-signed certificates which makes it potentially possible to intercept traffic.

do-pe avatar Sep 21 '21 12:09 do-pe

Can you paste the pinning code here for reference. as It is not working for self-signed certificate [Internal company] for https url. It is throwing SSLHANDSHAKEEXCEPTION ERROR.

demoprojects123 avatar Aug 02 '22 09:08 demoprojects123