loading a https page on OS X

Shao Sean shaosean at wehostmacs.com
Tue Nov 16 09:06:41 EST 2010


set itemdelimiter to "/" 
put the filename of this stack into ADDRESS1 -- gives
"/usr/moo/web/stack.rev"
put "cacert.pem" into last item of ADDRESS1 -- gives
"/usr/moo/web/cacert.pem
#put "file:" & ADDRESS1 into ADDRESS1 -- gives
"file:/usr/moo/web/cacert.pem"
put "file://" & ADDRESS1 into ADDRESS1 -- gives
"file:///usr/moo/web/cacert.pem"
set the sslCertificates to URL ADDRESS1



More information about the use-livecode mailing list