You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Consul agent runs with tls_min_version set to TLSv1_3, the Envoy proxies talking to the agent fails with the TLSV1_ALERT_PROTOCOL_VERSION error.
DeltaAggregatedResources gRPC config stream to local_agent closed since 97s ago: 14, upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: TLS error: 268436526:SSL routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION
This PR updates the Envoy static local_agent cluster to use TLSv1_3 as the maximum protocol version.
Description
When the Consul agent runs with
tls_min_version
set toTLSv1_3
, the Envoy proxies talking to the agent fails with theTLSV1_ALERT_PROTOCOL_VERSION
error.This PR updates the Envoy static
local_agent
cluster to use TLSv1_3 as the maximum protocol version.Issue reported at: https://discuss.hashicorp.com/t/consul-tls-min-version-1-3-error/70100
Testing & Reproduction steps
This should work without throwing the reported error.
Alternatively, inspect the bootstrap config
Links
Fixes: hashicorp#21767
PR Checklist
The text was updated successfully, but these errors were encountered: