GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TLSME(1) User Contributed Perl Documentation TLSME(1)

tlsme - TLS/SSL proxy

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)

    --backlog         backlog size (default 128)

    --cert_file       path to certificate file (may contain a private key too)
    --key_file        path to private key file
    --cert_password   certificate password (promts unless value provided)

    --method          protocol parser to use ("SSLv2" | "SSLv3" | "TLSv1" | "any")
    --cipher_list     list of ciphers to use ("AES:ALL:!aNULL:!eNULL:+RC4:@STRENGTH")

    --protocol        underlying protocol ("raw" | "http")

    --user            drop privileges to user (ID or name)
    --group           drop privileges to group (ID)

    --log_file        path to log file
    --debug           debug mode

    --daemonize       daemonize (--log_file is required)
    --pid_file        PID file

When option "cert_file" is omitted default testing certificate is used.

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

When using "http" protocol HTTP headers "X-Forwarded-For" and "X-Forwarded-Proto" are added to the requests with corresponding values.
2013-10-01 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.