Proxy_pass to upstream with client certificate

Is it possible to configure nginx to send a client certificate to
upstream?

I’d like the flow to be:
HTTP to nginx which proxies to HTTPS://xyz/ that uses a client
certificate.

I don’t want the end client to use any certificate what so ever
(preferably).

Regards,
Magnus Jäderberg

Posted at Nginx Forum:

alternative if you really need it, you can tunnel through ssh/vpn with
all the overhead involved

On Tue, Jan 24, 2012 at 9:46 AM, Maxim D. [email protected]
wrote:

nginx Info Page

Nunca hubo un amigo que hiciese un favor a un enano, ni un enemigo que
le hiciese un mal, que no se viese recompensado por entero.

Hello!

On Tue, Jan 24, 2012 at 06:37:12AM -0500, mangler wrote:

Is it possible to configure nginx to send a client certificate to
upstream?

I’d like the flow to be:
HTTP to nginx which proxies to HTTPS://xyz/ that uses a client
certificate.

I don’t want the end client to use any certificate what so ever
(preferably).

No, it’s not currently supported.

Maxim D.