Module ngx_stream_ssl_preread_module

The ngx_stream_ssl_preread_module module (1.11.5) allows extracting information from the ClientHello message without terminating SSL/TLS, for example, the sever name requested through SNI. This module is not built by default, it should be enabled with the --with-stream_ssl_preread_module configuration parameter.

ssl_preread

Syntax: ssl_preread on | off; Default: ssl_preread off;

2017-02-09 07:09:29