react-native-ssl-pinning
react-native-ssl-pinning copied to clipboard
Support for Self-Signed Cert?
#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 ?
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.