]> git.kaiwu.me - nginx.git/commit
Stream: proxy_ssl_conf_command directive.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 22 Oct 2020 15:00:27 +0000 (18:00 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 22 Oct 2020 15:00:27 +0000 (18:00 +0300)
commitf9a37243c9a86fcc318ee77fa49c2b1bfe35b6b5
tree71668a83b18446dd58f8288b4fee2741337a016e
parent9a72ac799c69e98d792da6f1c29efdf508512ca3
Stream: proxy_ssl_conf_command directive.

Similarly to ssl_conf_command, proxy_ssl_conf_command can be used to
set arbitrary OpenSSL configuration parameters as long as nginx is
compiled with OpenSSL 1.0.2 or later, when connecting to upstream
servers with SSL.  Full list of available configuration commands
can be found in the SSL_CONF_cmd manual page
(https://www.openssl.org/docs/man1.1.1/man3/SSL_CONF_cmd.html).
src/stream/ngx_stream_proxy_module.c