Codec Type
Summary
Codec Type specifies the codec to use for downstream connections. The codec type can be either auto
, http1
or http2
.
When auto
is specified, the codec will be determined via TLS-ALPN-01
or protocol inference.
How to configure
- Core
- Enterprise
- Kubernetes
Config file keys | Environment variables | Type | Default |
---|---|---|---|
codec_type | CODEC_TYPE | string | auto |
Examples
codec_type: http1
CODEC_TYPE=http2
codec_type
is a bootstrap configuration setting and is not configurable in the Console.
Kubernetes does not support codec_type