approov / react-native-cert-pinner

Strengthens TLS in React Native through Certificate Pinning
https://blog.approov.io/tag/reactnative
Apache License 2.0
96 stars 41 forks source link

How to check, is ssl pinning works? #34

Closed SergeyKatugin closed 2 years ago

SergeyKatugin commented 3 years ago

I added this package, implement all settings. Api request works fine.

But i not sure, is ssl pinning working or not.

How can i check it?

vidhyagnadh commented 3 years ago

I 'm also facing the same issue. Implemented it. But not sure, whether it works properly. can anyone help?

ssuchanowski commented 2 years ago

Use Charles on you phone or proxyman (mac). If you perform man in the middle using sniffing tool I won't return any content for the SSL Pinned domains

suusofttruongnv commented 2 years ago

I added this package, implement all settings. Api request works fine.

But i not sure, is ssl pinning working or not.

How can i check it?

Hi Bro, are you using it with axios ?

SergeyKatugin commented 2 years ago

I added this package, implement all settings. Api request works fine. But i not sure, is ssl pinning working or not. How can i check it?

Hi Bro, are you using it with axios ?

I fixed it. I checked via logs in Xcode. Axios doesn’t works, I used api which recommended in documentation. Works correctly. But i forgot change cert and it broke my app. Be careful)