Re: OpenSSL and per-context option problem

2018-09-17 Thread Thierry Fournier
— Thierry Fournier Web Performance & Security Expert m: +33 6 68 69 21 85 | e: thierry.fourn...@ozon.io w: http://www.ozon.io/| b: http://blog.ozon.io/ > On 17 Sep 2018, at 12:45, Emmanuel Hocdet wrote: > > > Hi Thierry, > >> Le 15 sept. 2018 à 18:06, Thierry Fournier >

Re: OpenSSL and per-context option problem

2018-09-17 Thread Emmanuel Hocdet
Hi Thierry, > Le 15 sept. 2018 à 18:06, Thierry Fournier a écrit > : > > Hi, > > I tried to use per-context options, in order to enable HTTP2 for a short > list of SNI. I just add lines like this: > > /certif1.pem [alpn h2,http/1.1] my-h2-host.com > /certif2.pem my-other-host.com > >

OpenSSL and per-context option problem

2018-09-15 Thread Thierry Fournier
Hi, I tried to use per-context options, in order to enable HTTP2 for a short list of SNI. I just add lines like this: /certif1.pem [alpn h2,http/1.1] my-h2-host.com /certif2.pem my-other-host.com This configuration works fine on debian 8 with OpenSSL 1.0.2g, and doesn’t work on Ubuntu