You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set ALPN to "http 1.1" by default when using tlsproxy
Currently, there're some https/http2 both mode proxies(i.e. goproxy-vps, nghttpx)
Offer "ALPN: h2" during connect then send plain http/1.1 request will confuse the https-proxy servers.
This issue is similar with curl/curl#1254
Fix it by set `proxy.ALPNProtocols` to `['http 1.1']` by default.
Signed-off-by: Phus Lu <[email protected]>
Closes#25.
0 commit comments