# HG changeset patch # User Sergey A. Osokin # Date 1693674112 14400 # Node ID 0e805229dd19577f6a494901b60f8e36e482e075 # Parent 8b8f94802f416e4c53c759ac64efb287eb65df0a Updated ngx_http_ssl_module documentation. Provided details about ssl_protocol directive usage by adding link to the "Server names" document. diff --git a/xml/en/docs/http/ngx_http_ssl_module.xml b/xml/en/docs/http/ngx_http_ssl_module.xml --- a/xml/en/docs/http/ngx_http_ssl_module.xml +++ b/xml/en/docs/http/ngx_http_ssl_module.xml @@ -10,7 +10,7 @@ + rev="62">
@@ -602,6 +602,17 @@ ciphers when using the SSLv3 and TLS pro Enables the specified protocols. + + + +If the directive is specified on the level, +the value from the default server can be used. +Details are provided in the +“Virtual +server selection” section. + + + The TLSv1.1 and TLSv1.2 parameters (1.1.13, 1.0.12) work only when OpenSSL 1.0.1 or higher is used. diff --git a/xml/ru/docs/http/ngx_http_ssl_module.xml b/xml/ru/docs/http/ngx_http_ssl_module.xml --- a/xml/ru/docs/http/ngx_http_ssl_module.xml +++ b/xml/ru/docs/http/ngx_http_ssl_module.xml @@ -10,7 +10,7 @@ + rev="62">
@@ -607,6 +607,17 @@ http { Разрешает указанные протоколы. + + + +Если директива указана на уровне , то может +использоваться значение из сервера по умолчанию. +Подробнее см. в разделе +“Выбор +виртуального сервера”. + + + Параметры TLSv1.1 и TLSv1.2 (1.1.13, 1.0.12) работают только при использовании OpenSSL 1.0.1 и выше.