SSL Certificates on OSX (Dar :)

David Bovill david at openpartnership.net
Fri Jan 6 09:57:38 EST 2006


Has anyone used SSL certificates on OSX with Rev?

I have created and downloaded a certificate from www.cacert.org but I  
am not sure if this is what is required. The file is  
david at openpartnership.net.crt and not a .pem file. Also I am not sure  
where to put it or how to work with keychain access - any pointers?

Also in the code listing taken from Dar's SecEncSSL.rev stack:

     set the sslCertificates to "myroots.pem"
     open secure socket to myServer with verification

     set the sslCertificates to "myroots.pem"
     libUrlSetSSLVerification true
     put URL "https://www.dangerwill.com"

Is the line  "open secure socket to myServer with verification"  
required and if so is this the same url as the line:

     put URL "https://www.dangerwill.com"

Thanks in advance





More information about the use-livecode mailing list