diff options
author | Jack Lloyd <[email protected]> | 2017-03-28 11:49:14 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-03-28 11:49:14 -0400 |
commit | d4deb86738019033ede184e8d46d9e892c435f6c (patch) | |
tree | 14617bff712845189dd0872e9b593e2a983bbd67 /doc | |
parent | 6378305fb557ddac52b5f0e9ca69eac1d10bb541 (diff) | |
parent | 9a78e34a2f5f72377cd109b126f11f9bd7761652 (diff) |
Merge GH #942 Avoid passing IP as hostname in tls_client command line util
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/tls.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/tls.rst b/doc/manual/tls.rst index 19857e3ec..70efb1a67 100644 --- a/doc/manual/tls.rst +++ b/doc/manual/tls.rst @@ -302,6 +302,10 @@ TLS Clients the server select what certificate to use and helps the client validate the connection. + Note that the server name indicator name must be a FQDN. IP + addresses are not allowed by RFC 6066 and may lead to interoperability + problems. + Use the optional *offer_version* to control the version of TLS you wish the client to offer. Normally, you'll want to offer the most recent version of (D)TLS that is available, however some broken |