From e75d06de207e9afe4259d5e731cb77ae25faf003 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 28 Jan 2021 14:31:38 +0000 Subject: Remove SSL_TLS_SNI_SERVERNAME (instead of defined but empty) if no SNI --- doc/s6-tlsd.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/s6-tlsd.html') diff --git a/doc/s6-tlsd.html b/doc/s6-tlsd.html index 83b70c1..011a20f 100644 --- a/doc/s6-tlsd.html +++ b/doc/s6-tlsd.html @@ -105,7 +105,8 @@ TLSv1, TLSv1.1, TLSv1.2...
  • SSL_CIPHER contains the name of the cipher used.
  • SSL_TLS_SNI_SERVERNAME contains the required SNI -server name, if any, or is empty otherwise.
  • +server name, if any. It is removed from the environment if no SNI +has been sent by the client.
  • More similar environment variables containing information about the connection may be added in the future.
  • -- cgit v1.2.3