Hi everyone.
I am developing an app using a cordova plugin called InAppBrowser. My final objetive is to open a web view both with Android and iOS and show some content which is in an external url. The problem is that i need to validate a certificate to access this resource.
Access by Google Chrome is correctly working, and using _system as a target is also working, which means that Chrome is able to check the certificate before open the site. The problem is when I try to load this in an app browser (using _self or _blank) I get a SSL_NOT_VALID_CERTIFICATE error, because the certificate is not being found.
I don’t know if any of you knows a solution for this topic, but I will be of great help.
Thank you for your time.
1 post - 1 participant