Istio Strict mode giving connection reset by peer error

2/1/2022

Turning the mtls mode to Strict in Istio is giving error : msg="Error performing http GET at http://172.xx.xx.xx:xxxx read: connection reset by peer" But turning the mtls mode to Permissive works fine.

Is there any solution so that the error can be resolved in Strict mode

Sample of PeerAuthentication:

apiVersion: security.istio.io/v1beta1
kind: PeerAuthentication
metadata:
  name: "default"
spec:
  mtls:
    mode: STRICT
-- Kraj
istio
istio-sidecar
kubernetes
servicemesh

0 Answers