↧
Answer by dkrypt for Conditionally attach certificate to request in nginx...
Based on the comment from Michael, the approach taken was wrong.Nginx will only listen on server_names which are externally available as hostnames.I was incorrectly inspired by many QnAs which showed...
View ArticleConditionally attach certificate to request in nginx reverse proxy, based on...
I have my webapp with Nginx reverse proxy in front acting as LB. The hosted webapp has two components. UI and API. UI is normally accessible, but API needs client certificates for authentication. Both...
View Article