Hi there,
I am looking to do SSL Certificate Pinning. So far I found some information:
- http://docs.phonegap.com/en/3.5.0/gui...
There is a section about Certificate Pinning, which shows, that there is no way doing this on a webview base.
- https://github.com/EddyVerbruggen/SSL...
This only checks on fingerprint and after receiving a success you can believe that it is safe.
Based on that I would say I need the following:
- A Plugin checking the root certificate
- Ask plugin to send a request after checking the certificate and return the response to JS
Does anyone know something like this?
I am looking to do SSL Certificate Pinning. So far I found some information:
- http://docs.phonegap.com/en/3.5.0/gui...
There is a section about Certificate Pinning, which shows, that there is no way doing this on a webview base.
- https://github.com/EddyVerbruggen/SSL...
This only checks on fingerprint and after receiving a success you can believe that it is safe.
Based on that I would say I need the following:
- A Plugin checking the root certificate
- Ask plugin to send a request after checking the certificate and return the response to JS
Does anyone know something like this?
Be the first to post a reply!
