[Mod_nss-list] mod_nss ALPN

Rob Crittenden rcritten at redhat.com
Wed Jul 20 15:33:36 UTC 2016


Franziskus Kiefer wrote:
> Thanks for your reply.
> But that doesn't seem to change anything :/

I'm not sure. I worked on this in the spring and made a little bit of 
progress when using curl as a client but failed with Firefox. I'll 
attach the patch I was working on. Be aware that it is pretty much a 
mess with lots of hardcoded values and such.

rob

>
> Cheers
>
> On Tue, Jul 19, 2016 at 3:32 PM, Rob Crittenden <rcritten at redhat.com
> <mailto:rcritten at redhat.com>> 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
>
>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ALPN-WIP-basically-works-no-client-proxy.patch
Type: text/x-diff
Size: 15964 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/mod_nss-list/attachments/20160720/7c65c13a/attachment.bin>


More information about the Mod_nss-list mailing list