Opensourcetechブログ

OpensourcetechによるNGINX/Kubernetes/Zabbix/Neo4j/Linuxなどオープンソース技術に関するブログです。

nginx mainline 1.19.4 released.


LinuCエヴァンジェリストの鯨井貴博@opensourcetechです。


nginx mainlineの最新バージョン 1.19.4がリリースされました。
f:id:opensourcetech:20201028082242p:plain:w400
http://nginx.org/


更新内容は、以下の通り。
http://nginx.org/en/CHANGES

Changes with nginx 1.19.4                                        27 Oct 2020
*) Feature: the "ssl_conf_command", "proxy_ssl_conf_command", "grpc_ssl_conf_command", and "uwsgi_ssl_conf_command" directives.
*) Feature: the "ssl_reject_handshake" directive.
*) Feature: the "proxy_smtp_auth" directive in mail proxy.



日本語訳は、以下の通りです。

Changes with nginx 1.19.4                                        27 Oct 2020
*)機能追加:「ssl_conf_command」、「proxy_ssl_conf_command」、「grpc_ssl_conf_command」、および「uwsgi_ssl_conf_command」ディレクティブ。
*)機能追加:「ssl_reject_handshake」ディレクティブ。
*)機能追加:メールプロキシの「proxy_smtp_auth」ディレクティブ。



機能追加された各ディレクティブのドキュメントは、以下です。
ssl_conf_command ngx_http_ssl_module
ssl_conf_command ngx_mail_ssl_module
ssl_conf_command ngx_stream_ssl_module
proxy_ssl_conf_command ngx_http_proxy_module
proxy_ssl_conf_command ngx_stream_proxy_module grpc_ssl_conf_command
uwsgi_ssl_conf_command
ssl_reject_handshake
proxy_smtp_auth


*-ssl_conf_commandでは、ciphersuiteやSSLオプションの指定が可能。
ssl_rehect_handshakeでは、特定のserver_nameなどを持つSSLハンドシェイクを拒否することが可能。
proxy_smtp_authでは、SMTP認証のプロキシOn\Offが選択できます。


進化したnginxに、Let's Try!!!!!!!

Opensourcetech by Takahiro Kujirai