tg
  • Posts
  • Connecting to an HTTP/2-enabled webserver using Firefox

  • Categories
  • bike (feed) (1)
  • misc (feed) (9)
  • other (feed) (1)
  • personal (feed) (5)
  • projects (feed) (4)
  • tricks (feed) (4)

  • Tags
  • other (feed) (15)
  • pyneo (feed) (1)
  • projects (feed) (2)
  • firefox (feed) (1)
  • firefox nginx (feed) (1)
  • enlightenment (feed) (3)
  • gentoo (feed) (4)
  • bike (feed) (1)

  • Contact
  • Mail / Jabber: thomas@gstaedtner.net

Connecting to an HTTP/2-enabled webserver using Firefox

Mi 13 April 2016
By Thomas Gstaedtner
Category: misc , Tags: firefox nginx

Even though this website [and the other sites hosted on this server] isn't very sensitive, I try to maintain the highest possible security by using up-to-date and secure software, as well as strong ciphers for the connection. After all, it's nobodys business what you read here, but yours.

I also try to use new technology whenever possible, so it makes sense, that I offer HTTP/2 connections.

Unfortunately, it turns out that combining the two isn't always as easy as it should be. My nginx cipher suite is configured as follows:

ssl_ciphers ECDH+AESGCM:ECDH+AES256:!AES128:!DH:!RSA:!3DES:!aNULL:!MD5:!DSS;

This is generally considered close to ideal security [let me know if you disagree], so I figured it should work with HTTP/2 - which emphasizes security greatly - without any problems.

The issue

Unfortunately, I was wrong. After enabling HTTP/2 in nginx, Firefox fails to connect to the server. Even worse, it did not display an error message, log an error to the console, or show any issue in the network debugger.

It turns out, that I missed, that the HTTP/2 standard has a hard requirement on AES-128 support, specifically TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256. Apparently firefox ...

read more

Page 1 / 1


Atom feed for Entries
© 2010-2015 Thomas Gstaedtner - site-sources available
Unless stated otherwise, all textual and visual (image/video) content by me can be used under the
CC BY-SA 3.0 or GNU FDL 1.3 licenses.