vlfeat / matconvnet-contrib

MatConvNet contributions
http://www.vlfeat.org/matconvnet/
41 stars 12 forks source link

SSL Exception: No certificate available #3

Closed drcege closed 5 years ago

drcege commented 5 years ago

I am using Matlab R2018a. Compilation and test are passed.

But when running vl_contrib('install', 'WSDDN'), it fails:

Error using webread (line 122)
The error "SSL Exception: No certificate available" occurred while communicating with URL
'https://raw.githubusercontent.com/vlfeat/matconvnet-contrib/master/README.md'.

Error in vl_contrib (line 89)
  contribs_raw = webread(contrib_repo.readme_url);
drcege commented 5 years ago

Solved. But I don't know the exact reason. I just removed the .matlab directory in $HOME.