Proxy-Auth support

All your suggestions, requests and ideas for future development
Post Reply
MadX
Posts: 1
Joined: 12 Nov 2012, 07:52

Proxy-Auth support

Post 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=
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Proxy-Auth support

Post 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...
:idea: Please read the FAQ and How to Request Help.
Post Reply