diff --git a/modules/reference/pages/feature/transportSecurity/examples.adoc b/modules/reference/pages/feature/transportSecurity/examples.adoc index 797686e2f8..d92623fb87 100644 --- a/modules/reference/pages/feature/transportSecurity/examples.adoc +++ b/modules/reference/pages/feature/transportSecurity/examples.adoc @@ -7,7 +7,7 @@ - <<#configure-specific, Configure specific TLS protocols>> - <<#outbound, Configure outbound TLS>> - <<#certs, Provide certificates from an environment variable or a file>> - +- <<#hostverify, Hostname verification>> [#config] === Configure transport layer security (TLS) @@ -168,3 +168,14 @@ cert_defaultKeyStore="-----BEGIN CERTIFICATE----- .... -----END CERTIFICATE-----" ---- + +[#hostverify] +=== Hostname verification + +Open Liberty performs hostname verification on SSL certificates. If you want to disable the hostname verification functionality, the `verifyHostname` attribute within the `ssl` tag must be initialized to `false`. + +[source,xml] +---- + +---- +