Hi John,

Am 12.03.2012 um 18:30 schrieb John Dixon:

> 
> Warren thanks for the reply...
> Dar... it works in a browser on XP with no problem.
> http URL's work in the script, just not with https...
> This is running from within the IDE and using liveCode 5.0.2
> 
> Dixie

Try this:
on mouseUp

   ## An unfortunately undocumented "feature":
    libUrlSetSSLVerification false   
     
    put "https://gg.com/racing"; into raceListURL
    put URL raceListURL into fld 1
end mouseUp


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to