Posts Tagged

ssl

HTTPS Auto-Promotion with Docker and NGINX

One of the promises of Docker is the ability to run your code like it’s in production everywhere, including when you’re writing it. Differences in the runtime setting are meant to be controlled with configuration. This is a great idea. Something else that’s a great idea is always serving your web apps over HTTPS. End-to-end encryption… Read More