wymsee / cordova-HTTP

Cordova / Phonegap plugin for communicating with HTTP servers. Allows for SSL pinning!
MIT License
372 stars 301 forks source link

iOS & Android public key pinning support #84

Open PaoloMessina opened 8 years ago

PaoloMessina commented 8 years ago

Hi! for my project i need to implement this feature, for iOS obviously i only enabled it with AFNetworking. For Android i read some post and try to intercept the handshake ssl to check key matching.

Actually we have our project in test with good result, i think that it is a good beta feature.

wilsolutions commented 8 years ago

Interesting, I've just run on the same issue, would be cool to have this feature.