The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

tlsme - TLS/SSL proxy

SYNOPSIS

tlsme [options]

Options:

    --help            brief help message

    --listen          listen on (default 0.0.0.0:443)
    --backend         backend address or path to unix socket (default 127.0.0.1:8080)

    --cert_file       path to certificate file (when omitted default is used)
    --key_file        path to private key file (when omitted default is used)

    --debug           debug mode

DESCRIPTION

TLS/SSL proxy in front of the application creates a transparent encryption tunnel.

HEADERS

HTTP headers X-Forwarded-For and X-Forwarded-Proto are added to the http requests with corresponding values.