Skip to content

Commit c09b9e2

Browse files
2 parents 1cc742f + 0c8153e commit c09b9e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_security/configuration/tls.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ In addition, when `resolve_hostname` is enabled, the Security plugin resolves th
157157
Name | Description
158158
:--- | :---
159159
`transport.ssl.enforce_hostname_verification` | Whether to verify hostnames on the transport layer. Optional. Default is `true`.
160+
`transport.ssl.resolve_hostname` | Whether to resolve hostnames against DNS on the transport layer. Optional. Default is `true`. Only works if hostname verification is also enabled.
160161
`plugins.security.ssl.transport.enforce_hostname_verification` (Deprecated) | This setting has been deprecated. Use `transport.ssl.enforce_hostname_verification` instead.
161162
`transport.ssl.resolve_hostname` | Whether to resolve hostnames using DNS on the transport layer. Optional. Default is `true`. Only works if hostname verification is enabled.
162163
`plugins.security.ssl.transport.resolve_hostname` (Deprecated) | This setting has been deprecated. Use `transport.ssl.resolve_hostname` instead.

0 commit comments

Comments
 (0)