a
If you know your proxy info, you can enter it via OPTION / Internet / HTTP
Proxy.
If you don't know it, let me know and I'll send you a manual key. (As with
v12, this also means you won't be able to autoupdate.)
Rex, under IE's
Tools -> Internet Options -> Connections -> Lan Settings, I see
"Automatically Detect Settings" ticked
"Use automatic configuration script" ticked with a Wpad.dat file.
"Proxy Server" is unticked
I have downloaded Wpad.dat, and found
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
else if( url.substring(0, 5) == "http:" )
{
return "PROXY PROXYLWG.GRPITSRV.COM:80";
}
else if( url.substring(0, 6) == "https:" )
{
return "PROXY PROXYLWG.GRPITSRV.COM:80";
}
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
I tried some of this in the PROXY settings, see if I could get Registration to work
a) Just the server name causes registration to say
HTTP protocal error. 407 Proxy Authentification Required.
b) If I put in user of "PROXY", I get [10061] Connection refused
c) If I do
https://server name, I get [11004] Valid name, no data record (check DNS lookup)
d) If I do
http://server name, I get same as c)
e) If I put in password of "PROXY", I get HTTP Protocol error. 403 Forbidden.
f) If I try the pinged IP addresss, I get same as a)
Nothing works here :-(
Stephen Howe