react-native-ssl-pinning
react-native-ssl-pinning copied to clipboard
pk pinning does not work
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='],
},
})
This could be solved?