I think this has something to do with the cert files from the opensearch cluster nodes but I cant figer out what should be defined in the yml file for reference those certs.
Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
3.0.0
Describe the issue:
ConnectionError socket hang up
Configuration:
Current ssl
# Enables SSL and paths to the PEM-format SSL certificate and SSL key files, respectively.
# These settings enable SSL for outgoing requests from the OpenSearch Dashboards server to the browser.
server.ssl.enabled: true
server.ssl.certificate: /etc/opensearch-dashboards/cert2.pem
server.ssl.key: /etc/opensearch-dashboards/privkey2.pem
# Optional settings that provide the paths to the PEM-format SSL certificate and key files.
# These files are used to verify the identity of OpenSearch Dashboards to OpenSearch and are required when
# xpack.security.http.ssl.client_authentication in OpenSearch is set to required.
opensearch.ssl.certificate: /etc/opensearch-dashboards/root-ca.pem
opensearch.ssl.key: /etc/opensearch-dashboards/root-ca-key.pem
# Optional setting that enables you to specify a path to the PEM file for the certificate
# authority for your OpenSearch instance.
# opensearch.ssl.certificateAuthorities: [ "/path/to/your/CA.pem" ]
Relevant Logs or Screenshots:
ul 08 12:48:18 rittenhouse authbind[1870893]: {"type":"log","@timestamp":"2025-07-08T16:48:18Z","tags":["error","opensearch","data"],"pid":1870893,"message":"[ConnectionError]: socket hang up"}