Currently I am using Haproxy to route my application which has a websocket back end and an Apache back end.
I have configured Apache's virtual host to use SSL. Now I'm confused like do I have to configure Haproxy to use SSL connection and send encrypted data to SSL enabled Apache or terminate SSL at Haproxy and send unencrypted data to Apache (do I have to disable the SSL on Apache in this case?)