I am using Okhttp + Retrofit for networking in my SDK. I have a requirement to implement Certificate pinning but not enforce it. We just need to get the failure reports for pinning failure and would like the connection to go through for now during the monitoring period. TrustKit is another...
The best way to do HTTP requests in NativeScript, a drop-in replacement for the core HTTP with important improvements and additions like proper connection pooling, form data support and certificate pinning - edusperoni/nativescript-http
For reference, certificate pinning is now implemented: https://github.com/square/okhttp/wiki/HTTPS#certificate-pinning nelenkov commented Nov 26, 2015 This design is a bit weird -- why does the pinner know about hostnames? Best practice is to pin the issuer of the server certificate (i....
The best way to do HTTP requests in NativeScript, a drop-in replacement for the core HTTP with important improvements and additions like proper connection pooling, form data support and certificate pinning - klippa-app/nativescript-http