Did you tried to delete %user.r and relaunch REBOL ?
The setup will ask you the proxy settings.
Olivier
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 03, 2000 10:54 AM
Subject: [REBOL] new proxy server and related problems ...
> Hi,
>
> our company has new proxy server installed and I can't get trhu it with
> REBOL ....
>
> My Netscape settings are:
>
> http: proxy.sec.trz.cz port: 3128
>
> No socks hosts setting is applied.
>
> how should I set my http scheme to let it work?
>
> The only one way of how to get thru is:
>
> port: open/lines tcp://proxy.sec.trz.cz:3128
> con: insert port "GET http://www.rebol.com/ HTTP/1.0^M^J^M^J"
>
> wait con
> while [data: pick con 1][print data]
>
> close con
>
> This small test works, but read http://www.rebol.com hangs, and I can't
> find it combination of setting to make it work.
>
> Any help, please?
>
> Thanks,
>
> -pekr-
>