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
Actually I fixed my issue. The ingress proxy was sending the traffic to the https port 9443 but using a http call since we are offloading SSL onto the load balancer. Reconfigured the ingress to forward https traffic to port 9000 instead.
I am getting this error when running curl against the service which is running on EKS:
Client sent an HTTP request to an HTTPS server.
I have a valid SSL certificate installed on a load balancer.
The text was updated successfully, but these errors were encountered: