Hello,

Was hoping someone had figured out how to connect and read secure web pages in REBOL.  
Currently when I try something like:
        read http://www.passengerrights.com
Causes the error:
        ** Script Error: insert expected series argument of type: series port bitset.
        ** Where: insert port/path "/"
which I have not been able to figure out.
The statement:
        read https://www.passengerrights.com
produces an error about an undefined port spec (I've dabbled with trying to create an 
https port spec without success).
And finally, directly reading a page that redirects to a secure socket like:
        read https://www.passengerrights.com/pages/index/main-tf.html
causes an infinite loop I have to escape from.

I've poked through all the on-line examples and documentation I could find and didn't 
turn anything up.  Any ideas on how to read an https page in REBOL would be greatly 
appreciated!! 

Thanks,
Steve Blackmore
NTBO, Inc.

Reply via email to