I am having some difficulties trying to replicate your error message.

When I use the wrong port or wrong IP I get...
>> read http://www.rebol.com
** Access Error: Cannot connect to 10.65.95.9.
** Where: read http://www.rebol.com

When I use socks or socks5 I get prompted for a login & password,
then it reads the site as normal.

If I use generic proxy I get...
>> read http://www.rebol.com
connecting to: www.rebol.com
** User Error: Error.  Target url: http://www.rebol.com/ could not be re
trieved.  Server response: none.
** Where: read http://www.rebol.com

if I point to a non-proxy win-98 or OS/2 box I get...
>> read http://www.rebol.com
connecting to: www.rebol.com
** Access Error: Cannot connect to 10.65.95.1.
** Where: read http://www.rebol.com

If I use no proxying I get...
>> read http://www.rebol.com
connecting to: www.rebol.com
** Access Error: Cannot connect to www.rebol.com.
** Where: read http://www.rebol.com

Well, you might try to recreate my errors. I am not sure whether the error...
** Access Error: Port none not open
is a server side error or possibly a client side error. If anyone has had this
error or understands it, please let us know!

I suspect that the REBOL socks proxy is somehow different than your socks
proxy. A little more information might be necessary now, such as the OS are you
using, server's OS and the socks proxy you are using.

--Ryan


[EMAIL PROTECTED] wrote:

> when i enter password, it fails with incorrect port specification
> and if i try IP instead of DNS it's same as DNS,
> >> read http://www.rebol.com
> connecting to: www.rebol.com
> ** Access Error: Port none not open.
> ** Where: read http://www.rebol.com
> >>
>
> Filip
>
> > -----Původní zpráva-----
> > Od:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> > Odesláno:     26. dubna 2000 20:01
> > Komu: [EMAIL PROTECTED]
> > Předmět:      [REBOL] proxy setting Re:(3)
> >
> > Unfortuneately I never played with sock5, but I understand that it may
> > require a
> > username and password. Its probably a good idea to find out for sure what
> > proxy
> > version your connecting to. Sometimes those net admin folks like to use
> > different ports to be cute, so you might check to see which ones your
> > browser
> > uses. If you use DNS names you might try using IP's instead, incase there
> > is
> > somehow an issue with your DNS.
> >
> > FYI, this is how I setup REBOL for my network...
> >
> > set-net [[EMAIL PROTECTED] mail.pacific.net mail.pacific.net 10.65.
> > 95.9 1080 socks4]
> >
> > If I was on socks5 and had to enter a password I might try...
> >
> > set-net [[EMAIL PROTECTED] mail.pacific.net mail.pacific.net
> > ryanc:[EMAIL PROTECTED]
> > 95.9 1080 socks5]
> >
> > but thats just a guess, that may not work at all.
> >
> > --Ryan
> >
> >

Reply via email to