When trying to access api.meraki.com , The server is returning a fake certificate, which is causing SSL verification to fail. # openssl s_client -showcerts -connect api.meraki.com:443 CONNECTED(00000003) depth=0 O = Acme Co, CN = Kubernetes Ingress Controller Fake Certificate verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 O = Acme Co, CN = Kubernetes Ingress Controller Fake Certificate verify error:num=21:unable to verify the first certificate verify return:1 Any ideas on what causes this?
... View more