You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are getting the below error: "type" : "sdk_client_exception",
"reason" : "sdk_client_exception: Request attempt 3 failure: Unable to execute HTTP request: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target"
"reason" : "sdk_client_exception: Request attempt 3 failure: Unable to execute HTTP request: The target server failed to respond"
Can anyone please help to get it work, and also how to add min-io cetificate to opensearch, how to add proxy.host and proxy.port in helm charts.
Thanks & Regards,
Anil.
Describe the solution you'd like
We want procedure like how to add cert file in helm charts and how to add proxy in helm charts and other parameter need to add from our side.
Related component
Plugins
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
We have gone through the above link, unfortunately that was not working for me even i have followed the same steps. will get the below error every time.
"reason" : "sdk_client_exception: Request attempt 3 failure: Unable to execute HTTP request: The target server failed to respond"
Please tell us how to pass the minio client certs from opensearch config side.
Is your feature request related to a problem? Please describe
Hi Team,
We were unable to take s3 backup from opensearch to min-io with https protocol.
We added the below 2 lines in values.yaml file.
s3.client.default.endpoint: endpoint:30000
s3.client.default.protocol: https
We are using the below command to register the repo
curl -k -XPUT -u admin:admin "https://opensearch-cluster-master-0:9200/_snapshot/s3_repo?pretty" -H 'Content-Type: application/json' -d'
{
"type": "s3",
"settings": {
"bucket": "bucket1",
"base_path": "s3_repo",
"path_style_access": true,
"compress": true,
"chunk_size": "500mb",
"buffer_size": "50mb",
"region": "default"
}
}'
Abel to register the repo here.
But when i want to take backup by using the below command.
curl -k -XPUT -u admin:admin 'https://opensearch-cluster-master-0:9200/_snapshot/s3_repo/snapshot1?wait_for_completion=true&pretty' -H 'Content-Type: application/json' -d'
{
"indices": "test*",
"ignore_unavailable": true,
"include_global_state": true,
"region": "default"
}'
We are getting the below error:
"type" : "sdk_client_exception",
"reason" : "sdk_client_exception: Request attempt 3 failure: Unable to execute HTTP request: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target"
"reason" : "sdk_client_exception: Request attempt 3 failure: Unable to execute HTTP request: The target server failed to respond"
Can anyone please help to get it work, and also how to add min-io cetificate to opensearch, how to add proxy.host and proxy.port in helm charts.
Thanks & Regards,
Anil.
Describe the solution you'd like
We want procedure like how to add cert file in helm charts and how to add proxy in helm charts and other parameter need to add from our side.
Related component
Plugins
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: