Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.

Re: [netcdf-java] access opendap site over https

On 3/23/2010 9:00 AM, Adit Santokhee wrote:
Hi,

I am trying to access an opendap site over https using a certificate. However, it is not working:

java.io.FileNotFoundException: https:\server\thredds\dodsC\TRL\temperature.nc (The filename, directory name, or volume label syntax is incorrect)
       at java.io.RandomAccessFile.open(Native Method)
       at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
       at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
at ucar.unidata.io.RandomAccessFile.<init>(RandomAccessFile.java:232)
       at ucar.nc2.NetcdfFile.getRaf(NetcdfFile.java:521)
       at ucar.nc2.NetcdfFile.open(NetcdfFile.java:386)
at ucar.nc2.dataset.NetcdfDataset.openOrAcquireFile(NetcdfDataset.java:679) at ucar.nc2.dataset.NetcdfDataset.openDataset(NetcdfDataset.java:434)

What would you recommend trying?

Cheers,
Adit


_______________________________________________
netcdf-java mailing list
netcdf-java@xxxxxxxxxxxxxxxx
For list information or to unsubscribe, visit: http://www.unidata.ucar.edu/mailing_lists/

Have you tried using http:\server\thredds\dodsC\TRL\temperature.nc and allowing the https handshake to happen lower down?

We are also modifying our code to allow https: in the dataset URLs.



  • 2010 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdf-java archives: