Quantcast
Channel: HAProxy community - Latest topics
Viewing all articles
Browse latest Browse all 4723

TLS Pass through from HAProxy to 2 2k8 servers

$
0
0

I have a simple (not) pass-through proxy issue with an haproxy server

the backend has 2 2k8 windows servers using multiple sites separated by TCP port

listen stats:8181
bind 10.10.135.30:8181 # wsdlb:8181
stats enable
stats uri /stats
stats hide-version

stats show-modules

listen valen:5000
bind 10.10.131.215:5000
mode tcp
balance roundrobin
server valen1 valen1.ftc.xxxxx.net:5000 check
server valen2 valen2.ftc.xxxxx.net:5000 check

listen valen:5001
bind 10.10.131.215:5001
mode tcp
balance roundrobin
server valen1 valen1.ftc.xxxxx.net:5001 check
server valen2 valen2.ftc.xxxxx.net:5001 check

listen valen:10000
bind 10.10.131.215:10000
mode tcp
balance roundrobin
server valen1 valen1.ftc.xxxxx.net:10000 check
server valen2 valen2.ftc.xxxxx:10000 check

listen valen:10001
bind 10.10.131.215:10001
mode tcp
balance roundrobin
server valen1 valen1.ftc.xxxxx.net:10001 check
server valen2 valen2.ftc.xxxxx.net:10001 check

All I get is site cannot be reached
Thanks

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 4723

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>