Hello Everyone,
I have an application that requires client certificate authentication. These applications run on different ports and are accessed by path. https://host.domain.com:9443/application1, https://host.domain.com:9444/application2.
I would like to ‘hide’ those ports or redirect to the backend for each of those separate application.
Do I terminate the TLS at the HAProxy, use an ACL to determine the correct backend server - than pass the client certificate as a header?
Is that the correct approach?
1 post - 1 participant