Currently neither the LibreOffice Web site nor other services support HTTP/2. As this has been out there for a while, itβd be great if HTTP/2 were supported [1]. ``` $ curl -I https://www.libreoffice.org/ HTTP/1.1 200 OK Server: nginx/1.6.2 Date: Mon, 24 Jul 2017 08:51:29 GMT Content-Type: text/html; charset=utf-8 Connection: keep-alive Cache-Control: no-cache, no-store, max-age=0, must-revalidate, no-transform $ curl -I https://wiki.documentfoundation.org HTTP/1.1 302 Moved Temporarily Server: nginx/1.6.2 Date: Mon, 24 Jul 2017 08:51:23 GMT Content-Type: text/html Content-Length: 160 Connection: keep-alive Location: https://wiki.documentfoundation.org/Main_Page ``` It looks like that Nginx needs to be updated for that. [1] https://http2.pro/doc/Nginx
Closing, not a documentation issue. Opened redmine (infra) ticket on the subject: https://redmine.documentfoundation.org/issues/2321 Thanks for reporting.