Remix.run Logo
allthetime an hour ago

I wouldn’t consider “the way most people do TLS in 2026” weird. That said this isn’t all that impressive or interesting, a computer… serving a website.

Antirust3743 an hour ago | parent [-]

Is sending plaintext traffic over the open Internet "the way most people do TLS in 2026"? Am I missing something from the post?

tracker1 26 minutes ago | parent [-]

Many (most?) are hosting web applications and/or content in separate applications and sometimes servers from where TLS (HTTPS) termination happens. HAProxy, Traefik, Caddy and Nginx as reverse proxy and TLS termination servers are pretty common, even more so if you're containerizing your applications themselves. It dramatically simplifies the application stack.

While I may make the argument that most are probably hosting and doing php on the same server, it's not the typical approach for any custom software at this point.