NGINX Unit Now Supports TLS and JavaScript Apps with Node.js .ngx_blockquote { color: #009639; font-size: 25px; line-height: 35px; font-family: Roboto; font-style: italic; position: relative; padding-left: 30pt; padding-right: 30pt; } When our engineering team showed me the initial code for TLS support a few weeks ago, I blocked off a few hours to get through the configuration and set‑up steps. It turned out to be so easy, I finished in about half an hour. On September 20, 2018, we released NGINX Unit 1.4, adding TLS support, certificate storage, and the new /config URL path for configuration objects. In NGINX Unit 1.5, released on October 25, we add support for Node.js applications. Take a look at the complete change list at https://unit.nginx.org/CHANGES.txt. In this post we cover the configuration of TLS certificates and Node.js applications in detail. Dynamic Configuration of SSL/TLS Certificates Security [ more… ]