[Mod_nss-list] mod_nss ALPN

Rob Crittenden rcritten at redhat.com
Tue Jul 19 13:32:40 UTC 2016


Franziskus Kiefer wrote:
> Hi Rob, all,
>
> I was wondering if you or anyone else has more infos on [1], i.e. the
> comment that this requires changes to mod_http2 in order to get H2 running.
> I have a patch that adds ALPN support to mod_nss but I don't get Apache
> to actually do H2 (it negotiates H2 but then doesn't send necessary
> messages such as settings).

In Apache modules/http2/mod_http2.c in h2_hooks() you need to include 
mod_nss in the SSL modules ordering list:

static const char *const mod_ssl[] = { "mod_ssl.c", "mod_nss.c", NULL};

rob




More information about the Mod_nss-list mailing list