Hacker News new | ask | show | jobs
by p_l 2266 days ago
Given present day approach of using reverse proxies for TLS termination, that's not much of a limitation.
1 comments

That's the solution I use with mod_lisp running behind Apache too, but I'd like to get away from Apache. I'll try haproxy.
HAproxy is really, really good.

Personally I also use nginx as reverse proxy a lot, but that's more because there's a ready to use Ingress Controller for kubernetes that uses it internally.