Page 1 of 1

Proxy-Auth support

Posted: 12 Nov 2012, 08:04
by MadX
Hi, I hope someone can point me in the right firection here

I have tried setting the username/password in the java control panel, but to no avail.
I have manually set the user/pass in the .ini file, which also produced no result.

Is there something I need to add ?

System: Ubuntu 12.04

Settings I changed:
-Dhttp.proxyHost=
-Dhttp.proxyPort=
-Dhttp.proxyUser=
-Dhttp.proxyPassword=

Re: Proxy-Auth support

Posted: 15 Nov 2012, 10:50
by rednoah
Looking into the issue I haven't really found anything except that there's different kinds, NTLM, HTTP-Basic-Auth, etc. Also that the httpUser/httpPassword system properties you tried don't exist.

What I found was this:

Code: Select all

-Djava.net.useSystemProxies=true
But then again you can't even setup username/password in any of the Windows or Java control panels. So it's probably not helpful to you...