How To Use Caddy With Your Node.js App for Automatic HTTPS

Using Docker

Louis Petrik

--

Caddy Node.js
Source: Caddy on GitHub

Caddy is a web server famous for providing automatic SSL encryption. I just tried it out and was amazed. It actually works like a charm. After setting everything up as I am describing it in a second, my website instantly had an SSL encryption — No errors or warnings. Here is how to use Caddy as a reverse proxy for a Node.js app (or any other…

--

--