comparison xml/en/docs/http/ngx_http_ssl_module.xml @ 1923:66a30a380fba

Fixed links to tools.ietf.org.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 06 Mar 2017 16:02:23 +0300
parents aa29a64a5e9d
children 8f1a568a8bbf
comparison
equal deleted inserted replaced
1922:94493c0ff5f6 1923:66a30a380fba
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_ssl_module" 10 <module name="Module ngx_http_ssl_module"
11 link="/en/docs/http/ngx_http_ssl_module.html" 11 link="/en/docs/http/ngx_http_ssl_module.html"
12 lang="en" 12 lang="en"
13 rev="32"> 13 rev="33">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_ssl_module</literal> module provides the 18 The <literal>ngx_http_ssl_module</literal> module provides the
524 <context>server</context> 524 <context>server</context>
525 <appeared-in>1.5.9</appeared-in> 525 <appeared-in>1.5.9</appeared-in>
526 526
527 <para> 527 <para>
528 Enables or disables session resumption through 528 Enables or disables session resumption through
529 <link url="http://tools.ietf.org/html/rfc5077">TLS session tickets</link>. 529 <link url="https://tools.ietf.org/html/rfc5077">TLS session tickets</link>.
530 </para> 530 </para>
531 531
532 </directive> 532 </directive>
533 533
534 534
553 <context>server</context> 553 <context>server</context>
554 <appeared-in>1.3.7</appeared-in> 554 <appeared-in>1.3.7</appeared-in>
555 555
556 <para> 556 <para>
557 Enables or disables 557 Enables or disables
558 <link url="http://tools.ietf.org/html/rfc4366#section-3.6">stapling 558 <link url="https://tools.ietf.org/html/rfc4366#section-3.6">stapling
559 of OCSP responses</link> by the server. 559 of OCSP responses</link> by the server.
560 Example: 560 Example:
561 <example> 561 <example>
562 ssl_stapling on; 562 ssl_stapling on;
563 resolver 192.0.2.1; 563 resolver 192.0.2.1;
611 <context>server</context> 611 <context>server</context>
612 <appeared-in>1.3.7</appeared-in> 612 <appeared-in>1.3.7</appeared-in>
613 613
614 <para> 614 <para>
615 Overrides the URL of the OCSP responder specified in the 615 Overrides the URL of the OCSP responder specified in the
616 “<link url="http://tools.ietf.org/html/rfc5280#section-4.2.2.1">Authority 616 “<link url="https://tools.ietf.org/html/rfc5280#section-4.2.2.1">Authority
617 Information Access</link>” certificate extension. 617 Information Access</link>” certificate extension.
618 </para> 618 </para>
619 619
620 <para> 620 <para>
621 Only “<literal>http://</literal>” OCSP responders are supported: 621 Only “<literal>http://</literal>” OCSP responders are supported: