@criss wrote:
haproxy not work http2(h2/GRPC) in http protocol not working.
my [HAProxy version 1.9.6, released 2019/03/29]
My service is GRPC, Intranet.so we don’t use the HTTPS protocol.
my haproxy-config :
frontend grpc
mode http
option http-use-htx
bind *:8080 proto h2
default_backend http2-server
backend http2-server
mode http
option http-use-htx
server k8s1 10.80.78.1:80 check proto h2
Can you fix this problem?
Posts: 2
Participants: 2