My revlet can't handle https

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

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
uabclst
Posts: 7
Joined: Thu Feb 10, 2011 2:15 pm

My revlet can't handle https

Post by uabclst » Sun Feb 20, 2011 6:21 pm

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

uabclst
Posts: 7
Joined: Thu Feb 10, 2011 2:15 pm

Re: My revlet can't handle https

Post by uabclst » Mon Feb 28, 2011 10:48 am

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

Post Reply