I'm trying to configure an Amazon Linux AMI instance that has an Elastic IP to act as Proxy to a standalone backend server. I'm trying to do HTTPS TCP Passthrough only but I can't get it to work! ANY HELP IS APPRECIATED!
defaults
mode tcp
log global
maxconn 15000
frontend https_frontend
bind *:443
mode tcp
option tcplog
default_backend https_backend
backend https_backend
mode tcp
balance roundrobin
option ssl-hello-chk
server app1 x.x.x.x:443 check