<div dir="ltr"><div>Thanks Maxim!</div><div>Is there a way to tell nginx to treat 497 as no error, and continue normal processing?<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 25, 2018 at 8:14 AM, Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru" target="_blank">mdounin@mdounin.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<span class=""><br>
On Wed, Jul 25, 2018 at 07:46:49AM -0700, Frank Liu wrote:<br>
<br>
> Stream servers can now do ssl and non-ssl on the same port:<br>
> <a href="https://www.nginx.com/blog/running-non-ssl-protocols-over-ssl-port-nginx-1-15-2/" rel="noreferrer" target="_blank">https://www.nginx.com/blog/<wbr>running-non-ssl-protocols-<wbr>over-ssl-port-nginx-1-15-2/</a><br>
> <br>
> Can this be added to http virtual hosts as well?<br>
> If ssl is on a listening port and client doesn't send ClientHello, can<br>
> nginx fallback to use normal http? Maybe introduce a new directive<br>
> "fallback_http on;"?<br>
<br>
</span>It is available since nginx 0.1.0, see the 497 error code here:<br>
<br>
<a href="http://nginx.org/en/docs/http/ngx_http_ssl_module.html#errors" rel="noreferrer" target="_blank">http://nginx.org/en/docs/http/<wbr>ngx_http_ssl_module.html#<wbr>errors</a><br>
<br>
It might not be a good idea to actually configure things that way <br>
though.<br>
<span class="HOEnZb"><font color="#888888"><br>
-- <br>
Maxim Dounin<br>
<a href="http://mdounin.ru/" rel="noreferrer" target="_blank">http://mdounin.ru/</a><br>
______________________________<wbr>_________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/<wbr>mailman/listinfo/nginx</a><br>
</font></span></blockquote></div><br></div>