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
My revlet can't handle https
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: My revlet can't handle https
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
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