Native Browser displays nothing due to SSL error

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
genie
Posts: 108
Joined: Thu Dec 01, 2011 7:19 am

Native Browser displays nothing due to SSL error

Post by genie » Sat Jun 21, 2014 1:21 pm

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

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10043
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Native Browser displays nothing due to SSL error

Post by FourthWorld » Sat Jun 21, 2014 3:28 pm

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?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply