Getting below error while trying to download ELSER trained model. Please suggest
{
"statusCode": 400,
"error": "Bad Request",
"message": "[illegal_argument_exception\n\tCaused by:\n\t\tunchecked_i_o_exception: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target\n\tRoot causes:\n\t\tillegal_argument_exception: Failed to load package metadata]: Failed to load package metadata",
"attributes": {
"body": {
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "Failed to load package metadata"
}
],
"type": "illegal_argument_exception",
"reason": "Failed to load package metadata",
"caused_by": {
"type": "unchecked_i_o_exception",
"reason": "javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target",
"caused_by": {
"type": "s_s_l_handshake_exception",
"reason": "PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target",
"caused_by": {
"type": "validator_exception",
"reason": "PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target",
"caused_by": {
"type": "sun_cert_path_builder_exception",
"reason": "unable to find valid certification path to requested target"
}
}
}
}
},
"status": 400
}
}
}