Skip to content

Commit

Permalink
7472-Hostname verification-Dvd-cmts-4
Browse files Browse the repository at this point in the history
7472-Hostname verification-Dvd-cmts-4

#7472
  • Loading branch information
ramkumar-k-9286 committed Sep 9, 2024
1 parent da1a073 commit 567af57
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ To disable hostname verification entirely, set the `verifyHostname` attribute wi
<ssl id="defaultSSLConfig" keyStoreRef="defaultKeyStore" trustStoreRef="defaultTrustStore" verifyHostname="false"/>
----

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]
----
Expand All @@ -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].

0 comments on commit 567af57

Please sign in to comment.