Nginx proxy with SSL Authentication
Posted
by
Dustin Oprea
on Server Fault
See other posts from Server Fault
or by Dustin Oprea
Published on 2014-06-07T03:45:34Z
Indexed on
2014/06/07
9:27 UTC
Read the original article
Hit count: 181
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?
© Server Fault or respective owner