comparison xml/en/docs/stream/ngx_stream_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 e69e4dbcc760
children f90c2ea1729e
comparison
equal deleted inserted replaced
1498:fa144d919ef9 1499:3687cc9a3592
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_proxy_module" 9 <module name="Module ngx_stream_proxy_module"
10 link="/en/docs/stream/ngx_stream_proxy_module.html" 10 link="/en/docs/stream/ngx_stream_proxy_module.html"
11 lang="en" 11 lang="en"
12 rev="4"> 12 rev="5">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_proxy_module</literal> module (1.9.0) allows passing 17 The <literal>ngx_stream_proxy_module</literal> module (1.9.0) allows passing
304 [<literal>SSLv2</literal>] 304 [<literal>SSLv2</literal>]
305 [<literal>SSLv3</literal>] 305 [<literal>SSLv3</literal>]
306 [<literal>TLSv1</literal>] 306 [<literal>TLSv1</literal>]
307 [<literal>TLSv1.1</literal>] 307 [<literal>TLSv1.1</literal>]
308 [<literal>TLSv1.2</literal>]</syntax> 308 [<literal>TLSv1.2</literal>]</syntax>
309 <default>SSLv3 TLSv1 TLSv1.1 TLSv1.2</default> 309 <default>TLSv1 TLSv1.1 TLSv1.2</default>
310 <context>stream</context> 310 <context>stream</context>
311 <context>server</context> 311 <context>server</context>
312 312
313 <para> 313 <para>
314 Enables the specified protocols for connections to a proxied server. 314 Enables the specified protocols for connections to a proxied server.