diff --git a/src/docbkx/connmgmt.xml b/src/docbkx/connmgmt.xml index 2a46b49a6..2707b691b 100644 --- a/src/docbkx/connmgmt.xml +++ b/src/docbkx/connmgmt.xml @@ -491,14 +491,14 @@ SSLConnectionSocketFactory sslsf = new SSLConnectionSocketFactory( sslContext, NoopHostnameVerifier.INSTANCE); ]]> - As of version 4.4 HttpClient makes use the public suffix list kindly maintained + As of version 4.4 HttpClient uses the public suffix list kindly maintained by Mozilla Foundation to make sure that wildcards in SSL certificates cannot be misused to apply to multiple domains with a common top-level domain. HttpClient ships with a copy of the list retrieved at the time of the release. The latest revision of the list can found at https://publicsuffix.org/list/. It is highly adviseable to make a local - copy of the lsit and download the list no more than once per day from its original + copy of the list and download the list no more than once per day from its original location.