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