Thanks for fixing this.
Did anyone actually manage to make HTTP2 in Twisted work with
Google-Chrome? I tried to do this today, and it seems this is surprisingly
difficult. It turns out that Chrome requires ALPN and it dropped support
for NPN. ALPN is only supported with OpenSSL 1.0.2 or above, whi
Works for me with txacme and a lets: cert
IIRC, when I was trying to use a self signed cert on my local network I got
the ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY error.
DJM
On 9 July 2016 at 18:30, Paweł Miech wrote:
> Thanks for fixing this.
>
> Did anyone actually manage to make HTTP2 in Twis
Hmm, I have it working fine (Python 2.7/3.5, w/ Cryptography wheels on OS X)...
The default ciphers in Twisted are:
ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS
So I am not sure why it's not picking up
"TLS_ECDHE_R