Files
oam/knowledge base/stunnel.md

944 B

Stunnel

Proxy designed to add TLS encryption functionality to existing clients and servers without any changes in the programs' code.

Table of contents

  1. TL;DR
  2. Further readings
  3. Sources

TL;DR

In Unix-like operating systems:

# Install it.
brew install 'stunnel'

# Show default socket options.
stunnel -sockets

# Show supported TLS options.
stunnel -options

# Start the process.
stunnel 'path/to/config/file'

Further readings

Sources

All the references in the further readings section, plus the following: