Updated on 2024-05-23 GMT+08:00

Does ASM Support HTTP/1.0?

Symptom

By default, Istio does not support HTTP/1.0.

Analysis

In Istio, Envoy forwards traffic and Pilot allocates rules. The PILOT_HTTP10 environment variable of pilot is set to 0 by default. This means HTTP/1.0 is not supported by default.

Solution

Set the .values.pilot.env.PILOT_HTTP10 environment variable to 1 in the .iop file and transfer this value to pilot.

Managing Traffic FAQs

more