Hello Niti,

> BTW, is it
> necessary to know which Proxy I am behind, like SOCKS or ??.

As long as everything works, you don't need to care. But since
it's not working for you, you need to go into the details. Yes,
there is a big difference between SOCKS and HTTP proxies. An
HTTP proxy needs to be configured in HttpClient, while a SOCKS
host needs to be configured in the JVM, since it's Java code
that opens the SOCKS connection. Unless you are using a different
library for opening the SOCKS connection. Now if you're going
through an HTTP proxy and you know that this proxy should be
connected directly rather than through SOCKS, although SOCKS
is configured in the JVM...  you get the picture, don't you?

cheers,
  Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to