sidorares / app-tlsme

TLS tunnel like stunnel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAME

tlsme - TSL/SSL proxy

SYNOPSIS

tlsme [options]

Options:

--help            brief help message

--listen          listen on (default 0.0.0.0:443)
--backend         backend address (default 127.0.0.1:8080)

--cert_file       path to certificate file
--key_file        path to private key file

--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.

About

TLS tunnel like stunnel


Languages

Language:Perl 100.0%