@Mac wrote:
I have a web application that requires SSL and Certificate Authentication. The web application operates on a different port by URI.
Is it possible to use a front end port and redirect to a specific backend port by URI and not terminate the SSL and allow the certificate authentication?
Example -
(Front) (Back)
https://host.my.domain/myapplication --> https://host.my.domain:8080/myapplicationBrowser to (back) authenticates with a Certificate?
Posts: 1
Participants: 1