NoServerCertificateVerificationDestinationLevel

    1. apiVersion: networking.istio.io/v1alpha3
    2. kind: DestinationRule
    3. spec:
    4. host: mydbserver.prod.svc.cluster.local
    5. trafficPolicy:
    6. mode: SIMPLE
    7. clientCertificate: /etc/certs/myclientcert.pem
    8. privateKey: /etc/certs/client_private_key.pem

    How to resolve

    • Change the traffic policy so that a certificate is not needed