stunnel
A program that allows you to encrypt arbitrary TCP connections inside SSL
Install
- All systems
-
curl cmd.cat/stunnel.sh
- Debian
-
apt-get install stunnel
- Ubuntu
-
apt-get install stunnel
- Alpine
-
apk add stunnel
- Arch Linux
-
pacman -S stunnel
- Kali Linux
-
apt-get install stunnel
- CentOS
-
yum install stunnel
- Fedora
-
dnf install stunnel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install stunnel
- OS X
-
brew install stunnel
- Raspbian
-
apt-get install stunnel
- Dockerfile
- dockerfile.run/stunnel
- Docker
-
docker run cmd.cat/stunnel stunnel
powered by Commando
stunnel
A program that allows you to encrypt arbitrary TCP connections inside SSL
stunnel4
Universal SSL tunnel for network daemons
The stunnel program is designed to work as SSL encryption wrapper between remote client and local (inetd-startable) or remote server. The concept is that having non-SSL aware daemons running on your system you can easily setup them to communicate with clients over secure SSL channel. stunnel can be used to add SSL functionality to commonly used inetd daemons like POP-2, POP-3 and IMAP servers without any changes in the programs' code. This package contains a wrapper script for compatibility with stunnel 3.x