<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-forward-container">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      Hello ncl support,<br>
      <br>
      Ncl version : 6.1.2<br>
      Visibly, it's impossible to addfile from opendap service when urls
      begin by https.<br>
      We have searched the error and maybe you can modify a line in nc
      read function using<br>
      <br>
      if(strncmp(the_path,"<span class="Object"
        id="OBJ_PREFIX_DWT1077_com_zimbra_url"><span class="Object"
          id="OBJ_PREFIX_DWT1100_com_zimbra_url"><a
            moz-do-not-send="true" target="_blank" href="http://"
            data-mce-href="http://">http://</a></span></span>",7) ||
      strncmp(the_path,"<span class="Object"
        id="OBJ_PREFIX_DWT1077_com_zimbra_url"><span class="Object"
          id="OBJ_PREFIX_DWT1100_com_zimbra_url"><a
            moz-do-not-send="true" target="_blank" href="http://"
            data-mce-href="http://">https://</a></span></span>",8)) in
      place of:<br>
      <br>
      if(strncmp(the_path,"<span class="Object"
        id="OBJ_PREFIX_DWT1077_com_zimbra_url"><span class="Object"
          id="OBJ_PREFIX_DWT1100_com_zimbra_url"><a
            moz-do-not-send="true" target="_blank" href="http://"
            data-mce-href="http://">http://</a></span></span>",7)<br>
      <br>
      Thx in advance,<br>
      <br>
      Julien<br>
      <br>
    </div>
    <br>
  </body>
</html>