I am trying to download a https page using url read:
str=urlread('https://funds.barclaysstockbrokers.co.uk/clients/bsl/search_factsheet_summary.aspx?code=B0XWN14')
Unfortunately, I get an error :
Error downloading URL. Your network connection may be down or your proxy settings improperly configured.
I tried using urlread2 (http://www.mathworks.co.uk/matlabcentral/fileexchange/35693-urlread2/content/urlread2.m)
but that gives me this error:
Response stream is undefined
below is a Java Error dump (truncated):
??? Error using ==> urlread2 at 217
Java exception occurred:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
What do I need to do?
Here's what I did:
http://www.mathworks.com/matlabcentral/answers/39563-managing-public-key-certificates-in-matlab
Brief Summary: It involved using Chrome to export the certificate then using http://portecle.sourceforge.net/ to add the certificate to Matlab's Java's cacerts file