0

在 Istio 中将 mtls 模式设置为 Strict 会出现错误:msg="Error execution http GET at http://172.xx.xx.xx:xxxx read: connection reset by peer" 但是将 mtls 模式设置为 Permissive 可以正常工作。

是否有任何解决方案可以在严格模式下解决错误

PeerAuthentication 示例:

apiVersion: security.istio.io/v1beta1
kind: PeerAuthentication
metadata:
  name: "default"
spec:
  mtls:
    mode: STRICT
4

0 回答 0