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

pk pinning does not work

Open NitinChronext opened this issue 2 years ago • 1 comments

Hello,

@MaxToyberman @star-collector @kevin-hyperjump @paveltar

We have checked and public key pinning does not work, it fails always. While same key works fine while testing with ssllabs. So no issue with key but there is issue with pk pinning . Please check asap.

 fetch('https://jsonplaceholder.typicode.com/posts/1', {
      method: 'GET',
      pkPinning: true,
      sslPinning: {
        certs: ['sha256/F5yEJFlAhYki30l8i+NwYAdXTKE1+x/n9J41HHorqys='],
      },
     
    })

NitinChronext avatar Mar 06 '23 04:03 NitinChronext

This could be solved?

game8149 avatar Feb 01 '24 18:02 game8149