S
S
sevmax2011-11-04 01:11:37
Stunnel
sevmax, 2011-11-04 01:11:37

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

1 answer(s)
S
shadowalone, 2011-11-04
@shadowalone

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

Similar questions

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question