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
{{ message }}
This repository has been archived by the owner on May 6, 2024. It is now read-only.
I'm trying to create a load balancer that forwards both HTTP and HTTPS, with a certificate, and am getting this error:
$ fargate lb create NAME --port 80 --port 443 --certificate DOMAIN --region eu-west-1
⚠️ Could not create listener
- ValidationError: A certificate cannot be specified for HTTP listeners
status code: 400, request id: e913f856-4580-4dcf-bb9e-09ef791e2957
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
For now I'm just creating the HTTPS listener with the CLI and adding the HTTP listener manually afterwards I manually added a second listener which redirects HTTP to HTTPS
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thank you for this CLI!
I'm trying to create a load balancer that forwards both HTTP and HTTPS, with a certificate, and am getting this error:
$ fargate lb create NAME --port 80 --port 443 --certificate DOMAIN --region eu-west-1 ⚠️ Could not create listener - ValidationError: A certificate cannot be specified for HTTP listeners status code: 400, request id: e913f856-4580-4dcf-bb9e-09ef791e2957
What am I doing wrong?
The text was updated successfully, but these errors were encountered: