Trying to load a website with TWebBrowser, the site have self signed certificates which will be flagged as not safe.
I am ending up with a blank page. TWebBrowser.OnDidFailLoadWithError never trigger.
The blank page occur on IOS and Android. On Windows there is a warning page, (NET::ERR_CERT_AUTHORITY_INVALID)
What is the best way of catching the certificate errors or even better ignore them so the page can load?
The application is only talking with its own web servers so the security isn't a problem here.