search for: v4v6

Displaying 3 results from an estimated 3 matches for "v4v6".

Did you mean: v46
2017 Oct 26
2
haproxy ssl support
...-proxy-v2, it seems to lack send-proxy-v2-ssl (which also sends client's ssl state). It would be a nice feature for the backend server to identify clients so one wouldn't have to use disable_plaintext_auth on a production environment. --- haproxy.cfg frontend pop3 bind [::]:110 v4v6 bind [::]:995 v4v6 ssl crt /etc/pki/tls/private/haproxy.pem mode tcp default_backend pop3 backend pop3 mode tcp balance leastconn stick store-request src stick-table type ip size 200k expire 30m timeout connect 5000 timeout server 50000...
2017 Oct 26
1
haproxy ssl support
...s >> client's ssl state). It would be a nice feature for the backend server >> to identify clients so one wouldn't have to use disable_plaintext_auth >> on a production environment. >> >> --- haproxy.cfg >> frontend pop3 >> bind [::]:110 v4v6 >> bind [::]:995 v4v6 ssl crt /etc/pki/tls/private/haproxy.pem >> mode tcp >> default_backend pop3 >> backend pop3 >> mode tcp >> balance leastconn >> stick store-request src >> stick-table type ip size 200k exp...
2017 Oct 26
0
haproxy ssl support
...oxy-v2-ssl (which also sends > client's ssl state). It would be a nice feature for the backend server > to identify clients so one wouldn't have to use disable_plaintext_auth > on a production environment. > > --- haproxy.cfg > frontend pop3 > bind [::]:110 v4v6 > bind [::]:995 v4v6 ssl crt /etc/pki/tls/private/haproxy.pem > mode tcp > default_backend pop3 > backend pop3 > mode tcp > balance leastconn > stick store-request src > stick-table type ip size 200k expire 30m > timeout...