commit | a267b5df4a20016a7daee5f457b219c1a2c48f39 | [log] [tgz] |
---|---|---|
author | Lukas Tribus <lukas@ltri.eu> | Sun Jul 19 00:25:06 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jul 19 06:36:12 2020 +0200 |
tree | 78f4cee09a13ebf27153696704514cc29f82ca52 | |
parent | e732cbd8a9b981d7ea94c952bd3adef42c857b02 [diff] |
DOC: ssl: req_ssl_sni needs implicit TLS req_ssl_sni is not compatible with protocols negotiating TLS explicitly, like SMTP on port 25 or 587 and IMAP on port 143. Fix an example referring to 587 (SMTPS port with implicit TLS is 465) and amend the req_ssl_sni documentation. This doc fix should be backported to supported versions.