NoServerCertificateVerificationDestinationLevel
apiVersion: networking.istio.io/v1alpha3
kind: DestinationRule
spec:
host: mydbserver.prod.svc.cluster.local
trafficPolicy:
mode: SIMPLE
clientCertificate: /etc/certs/myclientcert.pem
privateKey: /etc/certs/client_private_key.pem
How to resolve
- Change the traffic policy so that a certificate is not needed