Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client sent an HTTP request to an HTTPS server #55

Closed
gvoden opened this issue Sep 27, 2024 · 2 comments
Closed

Client sent an HTTP request to an HTTPS server #55

gvoden opened this issue Sep 27, 2024 · 2 comments

Comments

@gvoden
Copy link

gvoden commented Sep 27, 2024

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.

@arizon-dread
Copy link
Collaborator

arizon-dread commented Sep 27, 2024

What does your curl command look like? Can you post it?

This error sounds like your curl is specifying http://my-eks.instance.com:443

So the scheme is http but the port is https.

@gvoden
Copy link
Author

gvoden commented Sep 27, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants