Answer the question
In order to leave comments, you need to log in
HAProxy + stunnel. HTTPS forwarding
Good day everyone!
Prompt, please, variants of implementation of the following task:
Is HAProxy + stunnel. Stunnel accepts requests on port 443 and forwards them on port 80 to HAProxy, which in turn forwards the traffic to the web servers.
Is it possible to configure the balancer in such a way that HTTPS traffic goes directly to web servers?
Thanks in advance for your advice!
Answer the question
In order to leave comments, you need to log in
Do you mean, is it possible to make the balancer accept requests on port 443?
if yes, then:
backend bTest_SSL
mode tcp
option ssl-hello-chk
server WebA X.X.X.X:443 weight 1
frontend fTest_SSL Y.Y.Y.Y:443
mode tcp
default_backend bTest_SSL
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question