[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[netCDFJava #NXD-157061]: Proxy server requiring authentication
- Subject: [netCDFJava #NXD-157061]: Proxy server requiring authentication
- Date: Mon, 30 Apr 2012 12:45:14 -0600
I have put some fixes into the target-4.3.10 branch
https://github.com/Unidata/thredds/tree/target-4.3.10
You have two choices, neither of which can I test
so you will have to do it for me.
You can do it programmatically or not.
1. (non-programmtically)
Do both of the following actions:
a. add the command line arguments
-Dhttp.proxyHost=<firewallhostname>
and -Dhttp.proxyPort=<firewallport>
b. insert the user name and password into the url
http://user:address@hidden/thredds/dodsC/glb_analysis
2. (programmatically)
use the following procedures.
HTTPSession.setGlobalProxy("<firewallhost>",<firewallport>)
and
HTTPSession.setGlobalCredentials(new
UsernamePasswordCredentials("<username>","<password>"))
=Dennis Heimbigner
Unidata
Ticket Details
===================
Ticket ID: NXD-157061
Department: Support netCDF Java
Priority: Critical
Status: Closed