Hi,
I want my nginx listener to use SSL and do both server and client
verification. However, I want it to use different certificates and keys for
server vs client verification. The reason is that I want to use a properly
signed certificate for the server verification and a self signed certificate
We use auth_request right now and it works great. However, we are making a
change that the authentication server in the future will only take SSL
requests and it also verifies client certificates. I couldn't seem to find
information online about how to pass through client SSL certificate when
using
Hi nginx experts,
I'm trying to achieve an mechanism that for requests to certain endpoints,
nginx makes a HTTP call to a certain server (mostly POST and DELETE), gets a
response back, parse the response code and body, and based on the response
code and the content of the response body, return cer