Access secure websites (SSL) via urlread

1 view (last 30 days)
Sören
Sören on 18 Jul 2013
Commented: Muneer on 9 Oct 2013
Hello,
I need to access a Cacti-Database ( http://www.cacti.net/) from Matlab to retrieve individual measurements as .csv-File. To get the .csv-File for a specific time and parameter range I can query the Database via the url. The problem is that we are running our Cacti-Database on a secure SSL Server.
Nevertheless I tried to access the measurements via urlread (or urlread2). When using urlread with the “Username” and “Password” argument for basic authentication I receive the following error message:
“Error downloading URL. Your network connection may be down or your proxy settings improperlyconfigured.”
Since I was told that we use standard / regular SSL-certificates this should not be the problem in my case.
I would appreciate every advice or solution.
Thanks a lot for your help.
Sören

Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!