Skip to content

Commit

Permalink
https
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Nov 4, 2023
1 parent e53549c commit 3db3a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dap4/src/main/java/dap4/dap4lib/cdm/nc2/DapNetcdfFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public DapNetcdfFile(String location, CancelTask cancelTask) throws IOException
}
// We need to convert the protocol to #dap4
if ("dap4".equalsIgnoreCase(xuri.getScheme())) {
xuri.setScheme("http"); // Note that this should be https, but
xuri.setScheme("https"); // Note that this should be https, but
// test.opendap.org still uses http; one
// hopes that other servers are setup to
// redirect http: to https:
Expand Down

0 comments on commit 3db3a99

Please sign in to comment.