NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
Jon, John and et al., The Netcdf Java libraries use Apache HttpClient 3.x (http://hc.apache.org/). You can set the HttpClient object with the following: HttpClient httpClient = org.apache.commons.httpclient.HttpClient(); // Do whatever you need to httpClient, Here I'm setting a proxy httpClient. getHostConfiguration().setProxy(proxyname, port); ucar.nc2.dataset.NetcdfDataset.setHttpClient(httpClient); The problem is that in this case we need to provide a client > certificate. If we could get a handle to the HttpClient object (which I > think is used to make HTTP calls under the hood?) we could probably set > it up to perform the handshake. > -- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Brian Schlining bschlining@xxxxxxxxx
netcdf-java
archives: