Page 1 of 1

Native Browser displays nothing due to SSL error

Posted: Sat Jun 21, 2014 1:21 pm
by genie
Hello!

I am trying to load a page on a native browser control, problem is, data does not get loaded due to the website's SSL certificate error.

Browser displays nothing. Just blank page.

I have came across...
libUrlSetSSLVerification false
I placed it before...
mobileControlSet sBrowserId, "url", getURL()

Although I cannot seem to make it work...Any thoughts?


Thanks,
Genie

Re: Native Browser displays nothing due to SSL error

Posted: Sat Jun 21, 2014 3:28 pm
by FourthWorld
If memory serves, libUrlSetSSLVerification only affects libURL, so commands like "get", "put", and "load" will reflect the change to that property, but I believe the browser interface is separate.

What is the nature of the issue with the certificate? Does the page load correctly in your mobile browser outside of LC?