Quantcast
Channel: HAProxy community - Latest topics
Viewing all articles
Browse latest Browse all 4754

How proto h2 works for http2? (haproxy 1.9.7)

$
0
0

@steve wrote:

frontend fe_main
mode http
option http-use-htx
bind *:443 ssl crt /etc/hapee-1.8/certs/www.example.com.pem alpn h2,http/1.1
use_backend be_main


backend be_main
mode http
option http-use-htx
server server1 1.2.3.4:8080 proto h2

or

backend be_main
mode http
option http-use-htx
server server1 1.2.3.4:8080

What is the difference between two backends?
when I try to call backend be_main using http2, I get 200 http2 200-OK for both cases.
(I have used ssl offload at the frontend as well)
For both cases, the server doesn’t have TLS(multiplexed HTTP1.1 and H2C server).

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4754

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>