ERROR: unable to find valid certification path to requested target
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Downloads en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!