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
Native Browser displays nothing due to SSL error
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Native Browser displays nothing due to SSL error
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?
What is the nature of the issue with the certificate? Does the page load correctly in your mobile browser outside of LC?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn