ERROR: unable to find valid certification path to requested target
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi I have been downloading MODIS data using the Modis Client with Matlab.
It has been working perfectly, however now when calling the modis Client: modisClient() the following error appears:
Error using callSoapService (line 89)
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
Error in myServiceHandlerService/getproducts (line 22)
response = callSoapService( ...
Error in modisClient (line 98)
modisProds = getproducts( modisServiceObj ) ;
Any suggestions on how to fix this?
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Downloads finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!