comparison xml/en/docs/http/ngx_http_proxy_module.xml @ 1499:3687cc9a3592

Removed SSLv3 from the default value of ssl_protocols and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 28 May 2015 14:48:44 +0300
parents acba294382d6
children 323b0d071166
comparison
equal deleted inserted replaced
1498:fa144d919ef9 1499:3687cc9a3592
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_proxy_module" 10 <module name="Module ngx_http_proxy_module"
11 link="/en/docs/http/ngx_http_proxy_module.html" 11 link="/en/docs/http/ngx_http_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="37"> 13 rev="38">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_proxy_module</literal> module allows passing 18 The <literal>ngx_http_proxy_module</literal> module allows passing
1776 [<literal>SSLv2</literal>] 1776 [<literal>SSLv2</literal>]
1777 [<literal>SSLv3</literal>] 1777 [<literal>SSLv3</literal>]
1778 [<literal>TLSv1</literal>] 1778 [<literal>TLSv1</literal>]
1779 [<literal>TLSv1.1</literal>] 1779 [<literal>TLSv1.1</literal>]
1780 [<literal>TLSv1.2</literal>]</syntax> 1780 [<literal>TLSv1.2</literal>]</syntax>
1781 <default>SSLv3 TLSv1 TLSv1.1 TLSv1.2</default> 1781 <default>TLSv1 TLSv1.1 TLSv1.2</default>
1782 <context>http</context> 1782 <context>http</context>
1783 <context>server</context> 1783 <context>server</context>
1784 <context>location</context> 1784 <context>location</context>
1785 <appeared-in>1.5.6</appeared-in> 1785 <appeared-in>1.5.6</appeared-in>
1786 1786