Stunnel packaged as a docker container. This container will act as a proxy to encrypt the connection between a client and the server using TLS.
- SSLv2 is disabled.
- SSLv3 is disabled.
- TLSv1 is disabled.
- TLSv1.1 is disabled.
- Limit tls ciphers for openvpn, nginx, stunnel.
stunnel:
image: shahinism/stunnel
ports:
- "993:4911"
links:
- openvpn
environment:
- CLIENT=no
- SERVICE=openvpn
- ACCEPT=0.0.0.0:4911
- CONNECT=openvpn:1194
restart: always
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update the tests as appropriate.
This project is licensed under the MIT License - see the LICENSE file for details