react-native-ssl-pinning icon indicating copy to clipboard operation
react-native-ssl-pinning copied to clipboard

Support for Self-Signed Cert?

Open varshavsr opened this issue 3 years ago • 1 comments

#12 for Self-Signed Cert?

SSL Handshake is successful. But the api call return the 403: Forbidden error.

Does this support Self-Signed Certificate with .pks files for API Calls ?

varshavsr avatar Nov 25 '20 06:11 varshavsr

I follow the instruction and I try with certificate and public key but I have this error :

java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.

I check on stackoverflow but work fetch with self-signed cert is a big challenge.

HyperNovax avatar Feb 03 '21 21:02 HyperNovax