Nginx proxy with SSL Authentication
- by Dustin Oprea
I need to proxy an SSL-authenticated connection to another server that requires an SSL authenticated connection. I realize that the incoming and outgoing connections of the proxy may have different certificates, but is it possible to call proxy_pass and tell it to use a certificate/private key for connection to the proxied system?
Based on the documentation, it doesn't seem possible. Maybe with another module?