Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Terminating TLS for an HTTP app running on localhost is trivial. Something like this:

echo "example.com \n reverse_proxy localhost:8000" > Caddyfile; docker run caddy --net host -v $PWD:/config caddy run

It's slightly more complicated if you need redundancy, but not by much.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: