You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current nginx docker container is version 1.6.2 which does not support http2. We should update the nginx install for this image, or use another one with http2 enabled, and then add http2 back in to the nginx config file.
The text was updated successfully, but these errors were encountered:
Update: http2 configuration has been added with the recent upgrade of nginx version >= 1.9.5.
However, some modern browsers (namely Chrome) still won't serve over http2 due to the version of openssl being used and specifically that these browsers only support ALPN and have discontinued support for NPN. To support ALPN, we need at least openssl version 1.0.2, and Debian 8 (jessie) still uses 1.0.1k.
Until the docker version of Debian 8 (jessie) is updated, a new version of Debian is released, or the official nginx image is updated to use a newer version of openssl that supports ALPN, there is no easy fix to get http2 (currently a waiting game).
Current nginx docker container is version 1.6.2 which does not support http2. We should update the nginx install for this image, or use another one with http2 enabled, and then add http2 back in to the nginx config file.
The text was updated successfully, but these errors were encountered: