Module ngx_http_ssl_module

The ngx_http_ssl_module module provides the necessary support for HTTPS.

This module is not built by default, it should be enabled with the --with-http_ssl_module configuration parameter.

This module requires the OpenSSL library.
ssl_stapling_verify

Syntax: ssl_stapling_verify on | off; Default: ssl_stapling_verify

2017-02-09 07:09:35
ssl_session_cache

Syntax: ssl_session_cache off | none | [builtin[:size]] [

2017-02-09 07:09:30
ssl

Syntax: ssl on | off; Default: ssl off;

2017-02-09 07:09:18
ssl_ecdh_curve

Syntax: ssl_ecdh_curve curve; Default: ssl_ecdh_curve auto;

2017-02-09 07:09:25
ssl_protocols

Syntax: ssl_protocols [SSLv2] [SSLv3] [TLSv1] [TLSv1.1] [TLSv1

2017-02-09 07:09:29
ssl_prefer_server_ciphers

Syntax: ssl_prefer_server_ciphers on | off; Default: ssl_p

2017-02-09 07:09:28
ssl_certificate

Syntax: ssl_certificate file; Default: — Context:

2017-02-09 07:09:19
ssl_client_certificate

Syntax: ssl_client_certificate file; Default: — Context:

2017-02-09 07:09:22
ssl_stapling

Syntax: ssl_stapling on | off; Default: ssl_stapling off;

2017-02-09 07:09:34
ssl_dhparam

Syntax: ssl_dhparam file; Default: — Context:

2017-02-09 07:09:25