HTTP2 backend #20

Open
opened 2023-04-23 23:14:18 +02:00 by ofilter · 2 comments
Owner
Protocol selection: https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/ `Istio can automatically detect HTTP and HTTP/2 traffic. If the protocol cannot automatically be determined, traffic will be treated as plain TCP traffic.` https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/#explicit-protocol-selection https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/#http-gateway-protocol-selection
ofilter added this to the Istio-base project 2023-04-23 23:14:18 +02:00
ofilter changed title from HTTP version to HTTP2 gateway 2023-04-24 06:15:58 +02:00
Author
Owner

Maybe I switch from HTTP2 gateway to HTTP2 backend, as noticed that once I have HTTPS, the traffic automatically gets set to HTTP2

Maybe I switch from HTTP2 gateway to HTTP2 backend, as noticed that once I have HTTPS, the traffic automatically gets set to HTTP2
ofilter changed title from HTTP2 gateway to HTTP2 backend 2023-04-25 07:59:29 +02:00
Author
Owner

Welp couldn't manage so will set it at the bottom of priorities and move on to other things.

Noticed that by setting the name of the port from the service object, as "http2", it did send HTTP2 traffic (according to logs generated), BUT:

client sent invalid request while reading client request line, client: 127.0.0.6, server: lb.net, request: "PRI * HTTP/2.0"

No idea how to handle this.

Welp couldn't manage so will set it at the bottom of priorities and move on to other things. Noticed that by setting the name of the port from the service object, as "http2", it did send HTTP2 traffic (according to logs generated), BUT: ```txt client sent invalid request while reading client request line, client: 127.0.0.6, server: lb.net, request: "PRI * HTTP/2.0" ``` No idea how to handle this.
ofilter added the
new-example
label 2023-04-30 22:44:38 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ofilter/Istio_Examples#20
No description provided.