Cannot terminate TLS at NLB listener, target group inherits the protocol from listener #19664
Unanswered
tsingh2k15
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using following dependency versions:
With these, I am running into an issue where I cannot specify TCP protocol on target group( ECS Fargate service) fronted by NLB which is configured with TLS listener. It seems that target group inherits the settings from listener even if I have specified that it is not desired. My expectation is that listener will use TLS while the target group will be communicated with TCP. But the observed behavior is that both listener and target groups are using TLS.
Below is the code snippet(TypeScript) I am using to accomplish this. Any guidance around this will be helpful. Thanks!
As per documentation, this seems to be a supported combination https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html
Beta Was this translation helpful? Give feedback.
All reactions