roll
roll copied to clipboard
Internal protocol incorrect when using HTTPS in an ALB listener
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.
workaround is edit the deployment.tf.json file before Terraform by adding a fn to update the value
I understand the problem - thanks @stevebuik, should be a simple enough fix.