Envoyproxy fails if tlsMaxProtocolVersion is set to TLSv1_2 (original) (raw)

This repository was archived by the owner on Jul 11, 2023. It is now read-only.

This repository was archived by the owner on Jul 11, 2023. It is now read-only.

@piizei

Description

Bug description:

Envoyproxy fails if tlsMaxProtocolVersion is set to TLSv1_2.

Affected area (please mark with X where applicable):

Expected behavior:

It should work normally

Steps to reproduce the bug (as precisely as possible):

Install test application (bookstore).
kubectl patch meshconfig osm-mesh-config -n kube-system -p '{"spec":{"sidecar":{"tlsMaxProtocolVersion":"TLSv1_2"}}}' --ty
pe=merge

The pods start failing with 503 trying to connect to each other.

How was OSM installed?:

AKS add-on

Anything else we need to know?:

Bug report archive:

Environment: