<div dir="ltr">The only fix that worked is disabling the HTTP2 on Nginx for chrome. No idea what the actual problem is.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 2, 2017 at 8:11 PM, Lukas Tribus <span dir="ltr"><<a href="mailto:luky-37@hotmail.com" target="_blank">luky-37@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Hello!<br>
<br>
<br>
> This issue often happens when a cipher is missing in your cipher list and<br>
> Chrome tries to use another cipher forbidden in the HTTP/2 spec.<br>
<br>
</span>Wrong. In that case, Chrome would return:<br>
ERR_SPDY_INADEQUATE_TRANSPORT_<wbr>SECURITY<br>
<br>
which is different than ERR_SPDY_PROTOCOL_ERROR.<br>
<br>
<br>
Also note that all those error codes are valid for HTTP2 as well, its just<br>
that their name hasn't been updated in Chrome yet.<br>
<br>
<br>
I'd suggest to upgrade to a supported nginx release without any<br>
third-party modules first of all, also try without mp4 streaming<br>
code paths.<br>
<br>
Try to reproduce it in an isolated environment, then you can<br>
debug on the client site and on the nginx side.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
Lukas<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<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>
</div></div></blockquote></div><br></div>