<div dir="ltr">Hello there.<div><br></div><div>Having a proxy directive like;</div><div><br></div><div>location / {</div>    proxy_pass <a href="http://10.10.10.4:4020">http://10.10.10.4:4020</a>;<br>    ...<br><div><br></div><div>I wonder when using proxy_pass http://... (not httpS), </div><div>are these directives effective, under the proxy_pass?</div><div><br></div><div>    proxy_ssl_name $host;<br></div><div>    proxy_ssl_server_name on;<br>    proxy_ssl_session_reuse off;<br></div><div><br></div><div>Or they would work ONLY if proxy_pass is pointed to an "https://"?</div><div><br></div><div>Best wishes,</div><div>Regards.</div><div>Mark.</div></div>