Page 1 of 1

My revlet can't handle https

Posted: Sun Feb 20, 2011 6:21 pm
by uabclst
Hi,

I've made a script that calls a https address. I'm using the 'put URL "https://...." into ...' format. This works fine in the desktop standalone version.
But when running in a browser the https call retrieves no data back.

Have any one succeeded with doing the same? Any ideas?

Thanks

Re: My revlet can't handle https

Posted: Mon Feb 28, 2011 10:48 am
by uabclst
Seems it was a problem with the certificate at the site addressed.

I solved it by putting "libUrlSetSSLVerification false" on the line just above the "put URL" line. Then it worked.
Actually I had tried this before but then I put it at the top of the function. That didn't work.
libUrlSetSSLVerification is not a property. I think it's more like a "directive" working on the next line.

Thanks