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

Reply via email to