users@jax-rpc.java.net

Authentication through a Proxy Server

From: S Datta <dattas_at_NOIDA.HCLTECH.COM>
Date: Thu, 04 Apr 2002 01:05:32 -0700

Hi,

My client is behind a proxy server which requires a UserId/Password for authentication. Even though I have set up the following properties, it does not work:

 -Dhttp.proxySet=true -Dhttp.proxyHost=<host name> -Dhttp.proxyPort=<Port Number> -Dhttp.proxyUser=<UserId> -Dhttp.proxyPassword=<Password>

Am I missing something?

Regards,
S Datta