Hi,
We are using Webview for navigating to a portal in our app.
Now, we have the IIS server setup with a self signed certificate. My webview fails navigation with "CErtificateisinvalid" errorcode.
I read about filters for managing http requests/response. Would that apply for all navigations that goes through webview as well ?
Alternatively, i tried to include the cert that's used in the server to my metro app. It didn't work that way.
Can someone please help on this ?
Thanks !!