Thanks for your reply. But that doesn't seem to change anything :/ Cheers
On Tue, Jul 19, 2016 at 3:32 PM, Rob Crittenden <[email protected]> wrote: > 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 >
_______________________________________________ Mod_nss-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/mod_nss-list
