From 567af573cc62d14e94a0362946f542c8069e9f95 Mon Sep 17 00:00:00 2001 From: Ramkumar K Date: Mon, 9 Sep 2024 21:17:00 +0530 Subject: [PATCH] 7472-Hostname verification-Dvd-cmts-4 7472-Hostname verification-Dvd-cmts-4 #7472 --- .../reference/pages/feature/transportSecurity/examples.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/reference/pages/feature/transportSecurity/examples.adoc b/modules/reference/pages/feature/transportSecurity/examples.adoc index aa774aab3..49028c03d 100644 --- a/modules/reference/pages/feature/transportSecurity/examples.adoc +++ b/modules/reference/pages/feature/transportSecurity/examples.adoc @@ -181,7 +181,7 @@ To disable hostname verification entirely, set the `verifyHostname` attribute wi ---- -When hostname verification is enabled, you can skip verification for hostnames or IP addresses that are specified in the `skipHostnameVerificationForHosts` attribute within the `ssl` tag. +When hostname verification is enabled, you can skip verification for hostnames or IP addresses that are specified in the `skipHostnameVerificationForHosts` attribute within the `ssl` tag. The `skipHostnameVerificationForHosts` attribute is a comma-separated list of hostnames, IP addresses, or both. [source,xml] ---- @@ -192,5 +192,5 @@ The verification makes sure that the hostname or IP address in the URL matches t Typically, during hostname verification, when the hostname is used in the request, it checks against the `DNSName` entry in the SAN. If the SAN does not contain a `DNSName` entry, hostname verification uses the certificate owner's Common Name (CN). When an IP address is used in the request, hostname verification relies on the IP address information in the SAN only. -For more information, see xref:ROOT:troubleshooting.adoc#hostverify[Troubleshooting SSL and TLS] +For more information, see xref:ROOT:troubleshooting.adoc#hostverify[Troubleshooting SSL and TLS].