Hello,
I could create a S3 repository and take snapshot in v8.18 but after updated elaticsearch version to v9 while we were trying to create a s3 repository we got above error.
{
"error": {
"root_cause": [
{
"type": "repository_verification_exception",
"reason": "[backup_repository] path [backup_bucket] is not accessible on master node"
}
],
"type": "repository_verification_exception",
"reason": "[backup_repository] path [backup_bucket] is not accessible on master node",
"caused_by": {
"type": "i_o_exception",
"reason": "Unable to upload object [backup_bucket/tests-vuVRQoRxRUG8vLvloMspMA/master.dat] using a single upload",
"caused_by": {
"type": "sdk_client_exception",
"reason": "Unable to execute HTTP request: (internal_error) Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty",
"caused_by": {
"type": "s_s_l_exception",
"reason": "(internal_error) Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty",
"caused_by": {
"type": "runtime_exception",
"reason": "Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty",
"caused_by": {
"type": "invalid_algorithm_parameter_exception",
"reason": "the trustAnchors parameter must be non-empty"
}
}
}
}
}
},
"status": 500
}
Nothing change other than elastic version in our environment. s3 bucket policies, permissions check and s3 plugin installed and configured.
Do you have any suggestion how we can solve this problem.
Thanks in advance