roll icon indicating copy to clipboard operation
roll copied to clipboard

Internal protocol incorrect when using HTTPS in an ALB listener

Open stevebuik opened this issue 8 years ago • 2 comments

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 avatar Sep 12 '17 23:09 stevebuik

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

stevebuik avatar Sep 13 '17 00:09 stevebuik

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

jonpither avatar Sep 14 '17 17:09 jonpither