Hello Gregor,
Quote:
Originally posted by GregorK I cant find your error message anywhere in the Phex source...
This seems to be a Java error mesage.. but thats strange too.... since Java should not deal and know about the SOCKS connection... |
Yes, very strange. I found the message in JDK1.5.0_01s java.net.SocksSocketImpl. This class is used by java.net.Socket constructors. There are also new classes Proxy and ProxySelector. By default some settings are read with native code, so maybe with JDK1.5 java automatically uses a system wide configured socks proxy (e.g. evironment variable).
Photon, is the message still there if you turn off socks in the phex preferences?
Helge