Using the Kong Ingress Controller 2.6 on AKS, k8s 1.23.8
I have an upstream application that uses https with self signed certificates. I put the konghq.com/protocol: https
annotation on the service. But whenever I attempt to access the ingress I get a HTTP 502 error. I beleive this is because the certificates are untrused or I’m not directing Kong to use HTTPS properly.
How can I have kong look at a service where its backend is using HTTPS and Unverified Certificates and either ignore them or specify the certificates so Kong can validate them.