nginx fail forwarding with SSL: error:0A000152:SSL routines::unsafe legacy renegotiation disabled)
I am trying to proxy-pass traffic, over HTTP, from nginx to an old web server in my lab. The old web server have an old self-signed certificate using TLSv1 and cipher RSA-PSK-AES128-CBC-SHA. This is my current nginx config: server {…