I did exacly what you wrote here. I got ADDRESS1 =
file:///home/neol/public_html/cgi-bin/(...)/stacks/cacert.pem Then, in order to check the script, I uploaded the content of this file into the variable VAR1 with the command: put URL ADDRESS1 into VAR1.. and it worked fine!!! However, even if I set the sslCertificates to URL ADDRESS1 the incoming https server does not accept my POST form. I wonder if the sslCertificates variable accept URL addresses. Thanks Paolo On Tue, Nov 16, 2010 at 3:06 PM, Shao Sean <[email protected]> wrote: > > 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 > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
