1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: hitch
Maintainer: Stig Sandbeck Mathisen <ssm@debian.org>
Section: web
Priority: optional
Build-Depends: debhelper-compat (= 12),
libev-dev,
libssl-dev,
automake,
pkgconf,
python3-docutils,
flex,
bison,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/debian/hitch
Vcs-Git: https://salsa.debian.org/debian/hitch.git
Homepage: https://hitch-tls.org/
Package: hitch
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
adduser,
lsb-base
Description: scalable TLS proxy
Hitch is a libev-based high performance SSL/TLS proxy, used for terminating
HTTPS traffic in front of origin servers.
.
Hitch features:
.
* ALPN/NPN for HTTP/2
* Support for TLS1.2 and TLS1.3 and legacy TLS 1.0/1.1
* SNI, with and without wildcard certificates
* Automatic OCSP stapling support
* Client certificate authentication
* PROXY protocol to signal client IP/port to backend
* Supports UNIX domain socket connections to origin
* Safe for large installations: performant up to 15 000 listening sockets
and 500 000 certificates
* Support for seamless run-time configuration reloads of certificates and
listen endpoints
|