J2SE Proxy Authentication
Posted
by Alan
on Stack Overflow
See other posts from Stack Overflow
or by Alan
Published on 2009-08-12T20:57:18Z
Indexed on
2010/04/05
19:03 UTC
Read the original article
Hit count: 446
We use 2 SIMILAR Microsoft ISA Proxy Server 2003 to connect to internet. Each Proxy has different Login style, as below :
Server-1 : nt-domain\alan Server-2 : [email protected]
Logon in IE, Firefox and my Phonecell via Wifi all are fine. But, a problem appears when we run a java application J2SE Ver 4, 5 and 6, where it needs internet authentication. Logon to Server-2 is OK, but FAIL for Server-2 (style : [email protected]).
Note : Both proxy seen using Windows authentication, type : negotiate NTLM
Appreceate if you can help or for any suggest.
Thank you,
Alan L
© Stack Overflow or respective owner