curl-library
Re: building with nghttp2 + ssl
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 29 Oct 2014 20:46:38 +0100 (CET)
Received on 2014-10-29
Date: Wed, 29 Oct 2014 20:46:38 +0100 (CET)
On Wed, 29 Oct 2014, Lucas Pardue wrote:
> Forgive me if I am missing something here but was the removal of NPN support
> intentional?
It shouldn't be. OpenSSL 1.0.1 supports NPN and we can have nghttp2 use that.
And even more: we can even allow nghttp2 + an OpenSSL version without both
ALPN and NPN like for the case when users are fine with doing http2 only over
plain-text http.
Please try out the attached patch and see if it makes things better for you!
-- / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- TEXT/x-diff attachment: 0001-openssl-enable-NPN-separately-from-ALPN.patch