This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
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