RE: Stricter TLS Usage in HTTP/2

From: Cory Benfield [mailto:cory@lukasa.co.uk] 
 > This is a pain in the neck on platforms relying on OpenSSL. There's _no_ Python version or package that makes ALPN available at this point in time. This is in part because OpenSSL only has ALPN support in beta. It's already the case that Twisted cannot be a conforming HTTP/2 server at the moment, let's not torpedo Python HTTP/2 clients as well.

 > Is there any reason NPN isn't good enough?

NPN would be fine IMO. Having neither would be a problem. The layering issues get potentially ugly. How would a lib know whether or not to allow a connection?

Richard

Received on Wednesday, 4 June 2014 16:35:25 UTC