diff xml/ru/docs/http/ngx_http_ssl_module.xml @ 1411:8fe28c6edaa1

Removed SSLv3 from ssl_protocols parameters list as insecure example.
author Sergey Budnevitch <sb@waeme.net>
date Tue, 10 Feb 2015 14:08:24 +0300
parents 35cf5dca5fa4
children 933831d7bf0b
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_ssl_module.xml	Mon Feb 09 21:46:50 2015 +0300
+++ b/xml/ru/docs/http/ngx_http_ssl_module.xml	Tue Feb 10 14:08:24 2015 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_ssl_module"
         link="/ru/docs/http/ngx_http_ssl_module.html"
         lang="ru"
-        rev="16">
+        rev="17">
 
 <section id="summary">
 
@@ -71,7 +71,7 @@
         listen              443 ssl;
         <emphasis>keepalive_timeout   70;</emphasis>
 
-        ssl_protocols       SSLv3 TLSv1 TLSv1.1 TLSv1.2;
+        ssl_protocols       TLSv1 TLSv1.1 TLSv1.2;
         ssl_ciphers         AES128-SHA:AES256-SHA:RC4-SHA:DES-CBC3-SHA:RC4-MD5;
         ssl_certificate     /usr/local/nginx/conf/cert.pem;
         ssl_certificate_key /usr/local/nginx/conf/cert.key;