Do you have the SSL plugin? If not then it won't work, but you can maybe do it through a shell. I've had good luck with 'curl', which would be something like:

put "https://www.example.com/output?this=that";  into tURL
put shell("curl" && quote & tURL & quote) into testData

Mark


On 23 Jan 2006, at 18:25, Timothy Bleiler wrote:

Hi,

I'm trying to access an active server page on a secure server. According to the documentation on "https" a line like this should work

put URL "https://www.example.com/output?this=that"; into testData


When the asp page I want is located on an regular server, my data comes back fine.
When it is on an https server, nothing is returned.

Anyone know what else I have to do to get this to work?

Thanks,
Tim Bleiler, Instructional Designer
University at Buffalo
_______________________________________________
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

Reply via email to