|
|
|
|
|
by udev4096
201 days ago
|
|
Interesting. I was just setting up a LB like this:
client ->LB(nginx) ->TLS terminate for LB conn -> proxy_pass to backend which is behind nginx and has separate TLS certs. it's surprisingly easy to configure. Wonder why people still use HTTP at all. Even at home, I have setup LE certs for all local domains On a side note, nginx doesn't support HTTP/2 for https load balancing so I am thinking of switching to haproxy which supports it |
|