On 6/10/13 7:18 PM, Lukas Tribus wrote:
Do you have a concrete suggestion how to make this clearer?
I think just make it clear that if you want SSL front-end traffic to go
to SSL back-end traffic you need this:
use-server backend:80 if !{ ssl_fc }
use-server backend:443 if { ssl_fc }
IMHO, it's confusing having clear and SSL backends defined and they
being equivalent from a traffic routing perspective - I realize that's
one of the great things HAProxy does, but might not be clear to a person
new to the app.
David