Displaying 2 results from an estimated 2 matches for "req_ssl_hello_type".
2020 Jan 13
2
Adding SNI support to SSH
...y protocol".
pps: The whole haproxy configuration for it looks as following. It
supports smtps, imaps. https and http at the moment.
# ipv4 https frontend
frontend httpsipv4
bind ipv4@:443
mode tcp
option tcplog
tcp-request inspect-delay 5s
tcp-request content accept if { req_ssl_hello_type 1 }
default_backend httpsipv4
backend httpsipv4
mode tcp
use-server webmail.ungleich.ch if { req_ssl_sni -i webmail.ungleich.ch }
server webmail.ungleich.ch ipv6 at webmail.ungleich.ch
...
--
Modern, affordable, Swiss Virtual Machines. Visit www.datacenterlight.ch
2020 Jan 13
4
Adding SNI support to SSH
Christian Weisgerber <naddy at mips.inka.de> writes:
> On 2020-01-12, Dustin Lundquist <dustin at null-ptr.net> wrote:
>
>> I think the intended application is to proxy through a proxy host provided by the service provider. If SSH had a SNI like feature where a host identifier was passed in plain text during the initial connection. This way the user would just need to