Re: SSL stream to HTTP2 server

2018-09-13 Thread Danila Vershinin
Hi, Are the any plans to add this feature? If one has less software to run stuff, and if hitch can be avoided in some use cases, I think that would be a plus. Thanks for you answer. Best Regards, Danila > On 13 Sep 2018, at 21:42, Maxim Dounin wrote: > > Hello! > > On Thu, Sep 13, 2018 at 0

Re: SSL stream to HTTP2 server

2018-09-13 Thread Maxim Dounin
Hello! On Thu, Sep 13, 2018 at 09:26:31PM +0300, Danila Vershinin wrote: > Hello, > > I’m trying to basically use nginx as replacement to hitch (for Varnish). > > Request goes like this: browser → nginx (stream SSL) → varnish (HTTP2 on) → > backend HTTP > > stream { > server { > lis

SSL stream to HTTP2 server

2018-09-13 Thread Danila Vershinin
Hello, I’m trying to basically use nginx as replacement to hitch (for Varnish). Request goes like this: browser → nginx (stream SSL) → varnish (HTTP2 on) → backend HTTP stream { server { listen 443 ssl; ssl_certificate /etc/letsencrypt/live/example.com/fullchain.pem;