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

Internal protocol incorrect when using HTTPS in an ALB listener #11

Open
stevebuik opened this issue Sep 12, 2017 · 2 comments
Open

Internal protocol incorrect when using HTTPS in an ALB listener #11

stevebuik opened this issue Sep 12, 2017 · 2 comments

Comments

@stevebuik
Copy link

If HTTPS is used in the :load-balancers config entry, the target group will use that same protocol.

This breaks the deploy because it's then configured for SSL passthrough.

Since the target group is not SSL, the protocol should always be HTTP. Or if passthrough needs to be supported the config DSL probably needs to change a bit.

@stevebuik
Copy link
Author

stevebuik commented Sep 13, 2017

workaround is edit the deployment.tf.json file before Terraform by adding a fn to update the value

@jonpither
Copy link
Member

I understand the problem - thanks @stevebuik, should be a simple enough fix.

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