GitHub user mahdiadnan added a comment to the discussion: haproxy or nginx ssl 
offload condig

Hi,

A simple FE/BE in HTTP mode would be enough to terminate the SSL at the proxy 
for the console proxy page, but for the WSS, you should have something like 
this in order to work:

frontend cloudstack_wss_tcp_fe
   mode tcp
        bind    BINDIP:8443 ssl crt /path/to/cert
        default_backend cloudstack_wss_be_tcp

backend cloudstack_wss_be_tcp
       option tcp-check
       server  console-wss-srv1 BEIP:8443 ssl verify none sni ssl_fc_sni alpn 
http/1.1 check


GitHub link: 
https://github.com/apache/cloudstack/discussions/11192#discussioncomment-14335995

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to