dubstep
#1
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:
http://forum.nginx.org/read.php?2,221563,221563#msg-221563
mangler
#2
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:
http://mailman.nginx.org/mailman/listinfo/nginx
–
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.
mangler
#3
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.