slt

TLS reverse-proxy with SNI multiplexing (TLS virtual hosts)

Install

All systems
curl cmd.cat/slt.sh
Debian Debian
apt-get install slt
Ubuntu
apt-get install slt
Windows (WSL2)
sudo apt-get update sudo apt-get install slt
Raspbian
apt-get install slt

slt

TLS reverse-proxy with SNI multiplexing (TLS virtual hosts)

slt lets a user accept TLS/SSL connections for multiple different applications on the same port and the server can forward them all to the appropriate backend hosts depending on the intended destination. slt is capable of either terminating the TLS and passing the cleartext traffic to the origin server (if it has appropriate key material), or just passing the encrypted traffic along (if it has no key material).