|
Pages: [1]
|
 |
|
Author
|
Topic: unable to "read" secure URL (Read 612 times)
|
|
Evan
|
Please help. I am trying to read data from a web page using HTTPS. I have a PRO licence so assume I have the REBOL feature. I have the following lines in my user.r (per doc): if not find first system/schemes 'https [ net-utils/net-install HTTPS make system/schemes/http/handler [] 443 ] >> data: read https://www.pbhi.com ;works OK with browser >> URL Parse: none none www.pbhi.com none none none Net-log: ["Opening" "ssl" "for" "HTTPS"] ** Access Error: Invalid port spec: scheme ssl host either all port/proxy/type = generic generic bp port/proxy/host port/proxy/host: none port/host user port/user pass port/pass port-id either all port/proxy/type = generic generic bp port/proxy/port-id port/port-id ** Where: open-proto ** Near: data: read https://www.pbhi.com THANKS
|
|
|
|
|
Logged
|
|
|
|
|
Gabriele
|
SSL support requires /Command. This is what I get from REBOL/Command/View: >> read https://www.pbhi.com connecting to: www.pbhi.com == {<html> <HEAD> <!-- Generates the title based on the Asset Description -->
<TITLE>PacifiCare Behavioral Health, Inc. - Welcome<...
|
|
|
|
|
Logged
|
|
|
|
|
Evan
|
Gabriele Thanks for your reply, but I thought I had paid for Windows/Rebol/Command. My rebol can call shell commands, use sound ports and load external libs. ( i don't know howto test the other functionality)
What gives? Evan
|
|
|
|
|
Logged
|
|
|
|
|
Gabriele
|
View/Pro and /Command are two different products. If you have the /Command license, then you'll have a separate REBOL exe with /Command functionality.
|
|
|
|
|
Logged
|
|
|
|
|
|
Pages: [1]
|
|
|
 |