<div dir="ltr">Hi All,<div><br></div><div>Yesterday we discovered a possible compatibility issue with a certain configuration, HTTP2 and Firefox. This configuration works successfully in Chrome and other HTTP2 enabled browsers, however Firefox users are unable to connect (connection reset).</div><div><br></div><div>The pertinent part of the configuration is a port with SSLv3 enabled in the supported protocols (risk associated with POODLE attack has been accounted and mitigated for separately).</div><div><br></div><div>Test configuration:</div><div><br></div><div>server {</div><div>listen 443 ssl http2;</div><div>ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;</div><div>[...]</div><div>}</div><div><br></div><div>Connect with Firefox (fail), connect with Chrome (pass).</div><div><br></div><div>Regards,<br>Mathew</div></div>