Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SNIPROXY(8)			    sniproxy			     SNIPROXY(8)

NAME
     SNIProxy - transparent session based TLS and HTTP proxy

SYNOPSIS
     sniproxy [ -c config ] [ -f ] [ -n file-descriptor-limit ] [ -V ]

DESCRIPTION
     Proxies  incoming	HTTP and TLS connections based on the hostname contained
     in the initial request of the TCP session. This  enables  HTTPS  name-based
     virtual  hosting to separate backend servers without installing the private
     key on the proxy machine.

OPTIONS
     -c config
	    Specify   configuration   file    to    use.    The    default    is
	    /etc/sniproxy.conf.

     -f     Do not daemonize, and run in foreground.

     -n file-descriptor-limit
	    Specify  the  maximum  file descriptor resource limit. SNIProxy will
	    attempt to set the maximum file descriptor limit to the value speci-
	    fied.

     -V     Print the version of SNIProxy and exit.

SNIProxy manual 		14 September 2014		     SNIPROXY(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sniproxy&sektion=8&manpath=FreeBSD+Ports+15.1.quarterly>

home | help