# HG changeset patch # User Yaroslav Zhuravlev # Date 1467730714 -10800 # Node ID 0dfb7628bfee1d174907e6c1a2ee0ac4bc4aeb34 # Parent ab56dcd73af263fb52ba82ec7413cb602a6f19e3 Documented variables in ngx_stream_ssl_module. diff -r ab56dcd73af2 -r 0dfb7628bfee xml/en/docs/stream/ngx_stream_ssl_module.xml --- a/xml/en/docs/stream/ngx_stream_ssl_module.xml Tue Jul 05 17:58:34 2016 +0300 +++ b/xml/en/docs/stream/ngx_stream_ssl_module.xml Tue Jul 05 17:58:34 2016 +0300 @@ -9,7 +9,7 @@ + rev="9">
@@ -421,4 +421,45 @@
+ +
+ + +The ngx_http_ssl_module module supports variables +since 1.11.2. + + +$ssl_cipher + +returns the string of ciphers used +for an established SSL connection; + + +$ssl_protocol + +returns the protocol of an established SSL connection; + + +$ssl_server_name + +returns the server name requested through +SNI; + + +$ssl_session_id + +returns the session identifier of an established SSL connection; + + +$ssl_session_reused + +returns “r” if an SSL session was reused, +or “.” otherwise. + + + + + +
+
diff -r ab56dcd73af2 -r 0dfb7628bfee xml/ru/docs/stream/ngx_stream_ssl_module.xml --- a/xml/ru/docs/stream/ngx_stream_ssl_module.xml Tue Jul 05 17:58:34 2016 +0300 +++ b/xml/ru/docs/stream/ngx_stream_ssl_module.xml Tue Jul 05 17:58:34 2016 +0300 @@ -9,7 +9,7 @@ + rev="9">
@@ -420,4 +420,44 @@
+ +
+ + +Модуль ngx_http_ssl_module поддерживает переменные +начиная с версии 1.11.2. + + +$ssl_cipher + +возвращает строку используемых шифров для установленного SSL-соединения; + + +$ssl_protocol + +возвращает протокол установленного SSL-соединения; + + +$ssl_server_name + +возвращает имя сервера, запрошенное через +SNI; + + +$ssl_session_id + +возвращает идентификатор сессии установленного SSL-соединения; + + +$ssl_session_reused + +возвращает “r”, если сессия была использована повторно, +иначе “.”. + + + + + +
+