How I'm Using SNI Proxying and IPv6 to Share Port 443 Between Webapps

from blog Andrew Ayer - Blog, | ↗ original
My preferred method for deploying webapps is to have the webapp listen directly on port 443, without any sort of standalone web server or HTTP reverse proxy in front. I have had it with standalone web servers: they're all over-complicated and I always end up with an awkward bifurcation of logic between my app's code and the web server's config. Meanwhile, my preferred language, Go, has a high-quality, memory-safe HTTPS server in the standard library that is This is a short summary. ↗ Open original to view full content