Thu Dec 12 10:03:22 2019arildb [...] met.no - Ticket created
Subject:
Missing https support for OpenDAP
Date:
Thu, 12 Dec 2019 16:03:00 +0100
To:
bug-PDL-NetCDF [...] rt.cpan.org
From:
Arild Burud <arildb [...] met.no>
PDL::NetCDF is unable to open OpenDAP-URLs when the URL is https, and only
barfs with an error message in such cases. The cause is the following test
in NetCDF.pm :
if (-e $file or ($file =~ m{^http://})) {
and could easily be updated to allow https by changing it to
if (-e $file or ($file =~ m{^http(|s)://})) {
Arild Burud, MET Norway