NoServerCertificateVerificationPortLevel

    1. apiVersion: networking.istio.io/v1alpha3
    2. kind: DestinationRule
    3. metadata:
    4. name: db-tls
    5. trafficPolicy:
    6. portLevelSettings:
    7. - port:
    8. number: 443
    9. tls:
    10. clientCertificate: /etc/certs/myclientcert.pem
    11. privateKey: /etc/certs/client_private_key.pem
    12. sni: my-nginx.mesh-external.svc.cluster.local
    13. # caCertificates not set

    How to resolve

    • Supply the filename of a CA certificate
    • Change the traffic policy so that a certificate is not needed