If you are not using HAProxy for SSL offloading you can use mode tcp to forward 
https connections on port 443 to backend servers:

pool xyz IP:443
 mode tcp 
 options ...
 server ..
 server ..

-neo

---
posted at http://www.serverphorums.com
http://www.serverphorums.com/read.php?10,456430,457310#msg-457310

Reply via email to