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_password_file

Syntax: ssl_password_file file; Default: — Context:

2017-02-09 07:09:27
ssl_ciphers

Syntax: ssl_ciphers ciphers; Default: ssl_ciphers HIGH:!aNULL:!MD5;

2017-02-09 07:09:21
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

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

2017-02-09 07:09:18
ssl_prefer_server_ciphers

Syntax: ssl_prefer_server_ciphers on | off; Default: ssl_p

2017-02-09 07:09:28
ssl_crl

Syntax: ssl_crl file; Default: — Context:

2017-02-09 07:09:24
ssl_buffer_size

Syntax: ssl_buffer_size size; Default: ssl_buffer_size 16k;

2017-02-09 07:09:19
ssl_dhparam

Syntax: ssl_dhparam file; Default: — Context:

2017-02-09 07:09:25
ssl_stapling

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

2017-02-09 07:09:34