WAN TCP * * WAN address 443 (HTTPS) 127.0.0.1 443 (HTTPS)
IPv4 TCP * * 127.0.0.1 443 (HTTPS) * NAT
sockstat | grep haproxywww haproxy 17125 4 dgram -> /var/run/logwww haproxy 17125 5 stream /var/run/configd.socketwww haproxy 17125 6 stream /var/run/configd.socketwww haproxy 17125 9 stream /var/run/haproxy.socket.16847.tmpwww haproxy 17125 10 tcp4 127.0.0.1:80 *:*www haproxy 17125 11 dgram (not connected)www haproxy 17125 12 tcp4 127.0.0.1:443 *:*root syslogd 22806 6 dgram /var/haproxy/var/run/log
haproxy[17125]: 80.187.xxx.xxx:6768 [06/May/2017:17:48:51.735] nc_ssl nc_ssl/<NOSRV> -1/-1/-1/-1/14 400 187 - - PR-- 0/0/0/0/0 0/0 "<BADREQ>"
cat /usr/local/etc/haproxy.conf## Automatically generated configuration.# Do not edit this file manually.global # NOTE: Could be a security issue, but required for some feature. uid 80 gid 80 chroot /var/haproxy daemon stats socket /var/run/haproxy.socket level admin nbproc 1 tune.ssl.default-dh-param 1024 spread-checks 0 tune.chksize 16384 tune.bufsize 16384 tune.lua.maxmem 0 log /var/run/log local0 infodefaults log global option redispatch -1 timeout client 30s timeout connect 30s timeout server 30s retries 3# Frontend: nc ()frontend nc bind 127.0.0.1:80 name 127.0.0.1:80 mode http option http-keep-alive default_backend nc # tuning options timeout client 30s # logging options option httplog # ACL: nc acl acl_590db1ef08fa94.67054859 hdr(host) -i www.example.com # ACTION: nc use_backend nc if acl_590db1ef08fa94.67054859# Frontend: nc_ssl ()frontend nc_ssl bind 127.0.0.1:443 name 127.0.0.1:443 mode http option http-keep-alive default_backend nc_ssl # tuning options timeout client 30s # logging options option httplog # ACL: nc_ssl acl acl_590db1b706db30.36331514 req.ssl_sni -i www.example.com # ACTION: nc_ssl use_backend nc_ssl if acl_590db1b706db30.36331514# Backend: acme_challenge_backend (Added by Let's Encrypt plugin)backend acme_challenge_backend # health checking is DISABLED mode http balance source # stickiness stick-table type ip size 50k expire 30m stick on src # tuning options timeout connect 30s timeout server 30s server acme_challenge_host 127.0.0.1:43580# Backend: nc_ssl ()backend nc_ssl # health checking is DISABLED mode http balance source # stickiness stick-table type ip size 50k expire 30m stick on src # tuning options timeout connect 30s timeout server 30s server nc_ssl 10.254.80.215:443 ssl verify none# Backend: nc ()backend nc # health checking is DISABLED mode http balance source # stickiness stick-table type ip size 50k expire 30m stick on src # tuning options timeout connect 30s timeout server 30s server nc 10.254.80.215:80# statistics are DISABLED