Problem to access opendap data behind https urls

2 visualizzazioni (ultimi 30 giorni)
hello,
We want to use opendap capabilities in Matlab to read netcdf via thredds data system. Our problem is that opendap urls begins by https:// and not http due to security reason. Visibly, using https urls does not work while http url seems ok. We have tried matlab 2012 version with ncread toolbox and matlab 2014 version with netcdf.open capabilities. Could you please help us to manage opendap data using https urls? Thanks in advance,

Risposte (5)

Michael R. Shannon
Michael R. Shannon il 10 Gen 2017
Modificato: Michael R. Shannon il 10 Gen 2017
As of release R2016b this is still an issue. However, it is easily fixed with a small patch, outlined in bug report 1072120.
I agree that this is a serious issue, especially with the new HTTPS-Only federal mandate. Where I work we are planning to offer OPeNDAP access, but will be requiring SSL and thus without this fixed in the mainstream we will be alienating a lot of users.

Patrick Dickhudt
Patrick Dickhudt il 17 Feb 2017
This is a problem for myself and numerous colleagues as well. Please fix.

Eric Lin
Eric Lin il 16 Giu 2015
Hi Julien,
I work at the MathWorks and can confirm that, unfortunately, reading OPeNDAP sources over https is currently not possible in MATLAB. I'll go ahead let the development team here know about this feature request.
  1 Commento
Nickitas Georgas
Nickitas Georgas il 29 Mar 2016
Modificato: Nickitas Georgas il 29 Mar 2016
Hi. We had the same issue: Matlab does not accept an https OpenDAP link, if the user uses the correct URL path name, which would be something like "https://$urlpath". However, depending on the settings of the HTTPS server that services that dataset, I discovered a "trick" that is really a vulnerability: If instead of the served OpenDAP link "https://$urlpath", the user cheated and used "http://$urlpath" in their matlab calls, e.g. ncdisp or ncread, and as long as the $urlpath was to a specific dataset, matlab could access that https dataset. This is a huge security vulnerability, as long as intruders know specific URLs. So, we changed our server protocols to disallow this. But of course now we cannot access https URLs through MATLAB either.
This is an important consideration for using secure OpenDAP paths. In other software applications, accessing an https OpenDAP URL initially prompts for login and password, which are then stored in an encrypted form if the user prefers to not have to provide them again; and which allows for automated scripting. I wish Mathworks can address this issue similarly.
By the way, Mathworks has my consent to remove this comment if they deem necessary.

Accedi per commentare.


KorakS
KorakS il 21 Dic 2016
Is there any update on reading files in Thredds Opendap server, with https:// links? I use Matlab2012a and is not able to do that. Is Matlab planning to have this capability in latest version?

David Nielsen
David Nielsen il 19 Giu 2017
Has the https Opendap issue been fixed? Any news on this? Using Matlab2013b and having the same problem.
  1 Commento
Walter Roberson
Walter Roberson il 15 Ott 2018
The bug is marked as fixed in R2017a. (That will not help you for R2013b though.)

Accedi per commentare.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by