Skip to content

add availability information for ssl handshake timeout settings #131786

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1933,7 +1933,7 @@ You can configure the following TLS/SSL settings.
`xpack.security.transport.ssl.trust_restrictions.x509_fields` ![logo cloud](https://doc-icons.s3.us-east-2.amazonaws.com/logo_cloud.svg "Supported on Elastic Cloud Hosted")
: Specifies which field(s) from the TLS certificate is used to match for the restricted trust management that is used for remote clusters connections. This should only be set when a self managed cluster can not create certificates that follow the Elastic Cloud pattern. The default value is ["subjectAltName.otherName.commonName"], the Elastic Cloud pattern. "subjectAltName.dnsName" is also supported and can be configured in addition to or in replacement of the default.

`xpack.security.transport.ssl.handshake_timeout`
`xpack.security.transport.ssl.handshake_timeout` {applies_to}`stack: ga 9.2`
: Specifies the timeout for a TLS handshake when opening a transport connection. Defaults to `10s`.

### Transport TLS/SSL key and trusted certificate settings [security-transport-tls-ssl-key-trusted-certificate-settings]
Expand Down Expand Up @@ -2133,7 +2133,7 @@ You can configure the following TLS/SSL settings.

For more information, see Oracle’s [Java Cryptography Architecture documentation](https://docs.oracle.com/en/java/javase/11/security/oracle-providers.md#GUID-7093246A-31A3-4304-AC5F-5FB6400405E2).

`xpack.security.remote_cluster_server.ssl.handshake_timeout`
`xpack.security.remote_cluster_server.ssl.handshake_timeout` {applies_to}`stack: ga 9.2`
: Specifies the timeout for a TLS handshake when handling an inbound remote-cluster connection. Defaults to `10s`.


Expand Down Expand Up @@ -2265,7 +2265,7 @@ You can configure the following TLS/SSL settings.

For more information, see Oracle’s [Java Cryptography Architecture documentation](https://docs.oracle.com/en/java/javase/11/security/oracle-providers.md#GUID-7093246A-31A3-4304-AC5F-5FB6400405E2).

`xpack.security.remote_cluster_client.ssl.handshake_timeout`
`xpack.security.remote_cluster_client.ssl.handshake_timeout` {applies_to}`stack: ga 9.2`
: Specifies the timeout for a TLS handshake when opening a remote-cluster connection. Defaults to `10s`.


Expand Down
Loading