Module ngx_stream_ssl_module

The ngx_stream_ssl_module module (1.9.0) provides the necessary support for a stream proxy server to work with the SSL/TLS protocol. This module is not built by default, it should be enabled with the --with-stream_ssl_module configuration parameter.

ssl_session_cache

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

2017-02-09 07:09:31
ssl_dhparam

Syntax: ssl_dhparam file; Default: — Context:

2017-02-09 07:09:25
ssl_trusted_certificate

Syntax: ssl_trusted_certificate file; Default: — Context:

2017-02-09 07:09:36
ssl_protocols

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

2017-02-09 07:09:30
ssl_client_certificate

Syntax: ssl_client_certificate file; Default: — Context:

2017-02-09 07:09:23
ssl_password_file

Syntax: ssl_password_file file; Default: — Context:

2017-02-09 07:09:28
ssl_ecdh_curve

Syntax: ssl_ecdh_curve curve; Default: ssl_ecdh_curve auto;

2017-02-09 07:09:26
ssl_handshake_timeout

Syntax: ssl_handshake_timeout time; Default: ssl_handshake_timeout

2017-02-09 07:09:27