[ncl-talk] Bug with opendap behind https

David Brown dbrown at ucar.edu
Thu Jun 18 11:54:44 MDT 2015


Hi Julien,
Yes you are correct. Loading from a https site will not work currently
in NCL. I will create a ticket for this issue and we will address it
for the next release. Thanks for pointing this out.
 -dave

On Thu, Jun 18, 2015 at 8:33 AM, Julien Pergaud
<julien.pergaud at u-bourgogne.fr> wrote:
>
> Hello ncl support,
>
> Ncl version : 6.1.2
> Visibly, it's impossible to addfile from opendap service when urls begin by
> https.
> We have searched the error and maybe you can modify a line in nc read
> function using
>
> if(strncmp(the_path,"http://",7) || strncmp(the_path,"https://",8)) in place
> of:
>
> if(strncmp(the_path,"http://",7)
>
> Thx in advance,
>
> Julien
>
>
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>


More information about the ncl-talk mailing list