<div dir="ltr">I am trying to set up a reverse proxy which handles SSL.  This is my first time, so I may be doing something stupid.<div><br></div><div>On the NGINX which is acting as a proxy I get this:</div><div><br></div><div>SSL_do_handshake() failed (SSL: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol) while SSL handshaking to upstream,<br></div><div><br></div><div>On the NGINX which is upstream I am configured to only accept TLS, because of recent SSL security problems.</div><div><br></div><div>        ssl_protocols               TLSv1.2 TLSv1.1 TLSv1;<br></div><div><br></div><div>I would guess that the problem here is that NGINX is opening the proxy connection using the wrong SSL protocol.  Is there a way to control which protocol it uses for the proxy connection?</div><div><br></div><div>Thanks for any help,</div><div><br></div><div>Edward</div></div>