2.5.1 and HTTPS or SSL (was The Best just got Better)

Mark Smith mark at maseurope.net
Sun Mar 13 10:20:30 EST 2005


On 13 Mar 2005, at 05:46, Jim Ault wrote:

> Does this mean that to access any https URL I would have to spend 133 
> pounds
> ?
> On Mac OSX this is a shell command and works with do cmd as 
> applescript.
> However... Rev (put line 1 of URL "https://someServerOutThere.com/" 
> into
> temp) does not work.
> -->error cannot load SSL library<-- rev 2.5.1 (OSX 10.3.7)

I've found using the curl shell to be effective:

put shell(curl "https://someServerOutThere.com/") into temp

or something along those lines.

Type "man curl"  in terminal to get more details.

Cheers,

Mark



More information about the use-livecode mailing list