TrustKit-Android
TrustKit-Android copied to clipboard
Easy SSL pinning validation and reporting for Android.
**Describe the bug** A clear and concise description of what the bug is. I've implemented the library as is described in the [documentation](https://github.com/datatheorem/TrustKit-Android/blob/master/docs/getting-started.md#adding-trustkit-as-a-dependency), without any success in enforcing the certificate...
**Describe the bug** The SSL Pinning is not working on Android 6 Marshmallow but it works fine for Android N and above **To Reproduce** 1. Initialized and config Truskit correctly...
Hello, The maven repository is now on version 1.1.5 of the library. However the github repository doesn't have any release after 1.1.3. Could you create the tags and releases for...
Hi Team, I need your help, I'm working with React Native. I'm consuming APIs from different domain. I have to integrate SSL pinning for 'xyz.com' domain and want other services...
**Describe the bug** On React native after adding the network_security_config the requests are blocked when the PIN doesn't match which is fine but we are not able to get the...
I want pass trafic for fiddler proxy but its not working can some one help?
Hi I'm getting below error while running my application. 2021-06-09 16:46:02.179 13796-13796/packagename E/AndroidRuntime: FATAL EXCEPTION: main Process: packagename, PID: 13796 java.lang.RuntimeException: Unable to create application packagename.Application: com.datatheorem.android.trustkit.config.ConfigurationException: Tried to pin...
Hello, I have implemented certificate pinning with Trustkit, Volley and the config file network_security_config.xml, which look like : ``` preprod.com AAAAAAAAAAAAA BBBBBBBBBBBBB prod.com CCCCCCCCCCCC DDDDDDDDDDDD ``` It is working perfectly...
Hi there, as the title suggests, it's complaining about not being able to find symbol `OkHttp3Helper` and I'm not sure what to do! ``` package af.myapp; import android.os.Bundle; import com.facebook.react.ReactActivity;...
Hi, Is there an option to set domains and pins programatically in Android. Thanks and regards