Thanks! I'll check your patch.

Also note that there are currently bugs in the NSS ALPN implementation that
have to be fixed before this can work properly.

Cheers

On Wed, Jul 20, 2016 at 5:33 PM, Rob Crittenden <[email protected]> wrote:

> 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 <[email protected]
>> <mailto:[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

Reply via email to