NoServerCertificateVerificationPortLevel
apiVersion: networking.istio.io/v1alpha3
kind: DestinationRule
metadata:
name: db-tls
trafficPolicy:
portLevelSettings:
- port:
number: 443
tls:
clientCertificate: /etc/certs/myclientcert.pem
privateKey: /etc/certs/client_private_key.pem
sni: my-nginx.mesh-external.svc.cluster.local
# caCertificates not set
How to resolve
- Supply the filename of a CA certificate
- Change the traffic policy so that a certificate is not needed