mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
19 lines
628 B
Text
19 lines
628 B
Text
SNIproxy - 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.
|
|
|
|
Features:
|
|
|
|
Name-based proxying of HTTPS without decrypting traffic. No keys or
|
|
certificates required.
|
|
|
|
Supports both TLS and HTTP protocols.
|
|
|
|
Supports IPv4, IPv6 and Unix domain sockets for both back end
|
|
servers and listeners.
|
|
|
|
Supports multiple listening sockets per instance.
|
|
|
|
Supports HAProxy proxy protocol to propagate original source address
|
|
to backend servers.
|