You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue making TLS connection from API Gateway to Kubernetes Nginc Ingress. API gateway shows error "General SSLEngine problem"
What you expected to happen:
API gateway should send traffic to Nginix Ingress controller and to service/pods
We tried using the Annotation "nginx.ingress.kubernetes.io/default-backend: " with nginx ingress controller to override the default server block for NGINX that will match to the actual server block
The certificate used by us is already listed on AWS API Gateway list of trusted certificate authorities and while checking further I found backend is using SNI which is not supported by VPC Link integrations.
Is there any workaround for this issue?
Try to ping the API gateway service, and integrate using VPC link. You will get General SSL Engine error
Is SNI causing this problem, when i take off certificate and change endpoint url from HTTPS to HTTP, it works perfect. Issue is when i do TLS.