SSL with eris ============= Eris does not care what transport is in use: that job is left to the invoking program (e.g. tcpserver). In the past you could use `sslio` with `tcpsvd`, but `sslio` has not been updated in a long time, and won't work with (at least) Chrome 39. I recommend using stunnel, which also works with IPv6. You can invoke it like so: #! /bin/sh cd /srv/www HTTPS=enabled; export HTTPS exec stunnel -fd 3 3<