stunnel

SSL/TLS tunneling program for encrypting unencrypted protocols

brewmacoslinux
Try with needOr install directly
Source

About

SSL tunneling program

Commands

stunnel

Examples

Start stunnel with a configuration file$ stunnel /usr/local/etc/stunnel/stunnel.conf
Create a secure tunnel for SMTP (port 25 to 465)$ stunnel -d 465 -r localhost:25 -p /usr/local/etc/stunnel/stunnel.pem
Display stunnel version and supported features$ stunnel -version