Re: [go-nuts] Go HTTP/2 behind HAProxy TLS Question

2017-04-09 Thread Brad Fitzpatrick
Why do you need HTTP/2 between HAProxy and Go? That's a low latency connection. Are you doing push promise frames? Do those even transit HAProxy? On Fri, Apr 7, 2017 at 9:56 AM, wrote: > Hello! > > I'm quite new to web development and currently bumped into a problem I > can't wrap my head aro

[go-nuts] Go HTTP/2 behind HAProxy TLS Question

2017-04-07 Thread bulat . shamsutdinov
Hello! I'm quite new to web development and currently bumped into a problem I can't wrap my head around. I need to make a simple web server in Go using HTTP/2 and server will be deployed on Ubuntu 16.04 server behind HAProxy with TLS certificate from Let'sEncrypt. Here is a problem: in that