@blechinger wrote:
Hello!
My last thread is here for reference: Cannot bind socket 80 / 443
That got everything working just fine. At the time I wanted to terminate all SSL at HAProxy. Works beautifully. I’m standing up a new service which seems to really hate having SSL terminated upstream. It seems I require two frontends. One in http mode for sites which are terminating SSL at HAProxy. One in tcp mode for sites which are having SSL passed through to them.
The rub: I know I can’t bind the same port twice. Both terminated and passthrough servers are using ports 80 and 443. I’ve seen a few other threads, one where someone was using varnish to solve some of this, another where they only used tcp with and SNI route (this thread: 2 frontends SSL over HTTP and TCP?) to get the desired result. I’m not quite sure what’s going on with the tcp only solution.
I’ve been through the documentation a few times trying to sort this out. Can’t seem to make heads or tails of it (just not familiar enough with HAProxy yet). Any help or suggestions are appreciated.
Thanks! <3
Posts: 1
Participants: 1