I was checking to add a Listener for my AWS network load balancer, was exploring the TLS option as TLS operates over a TCP connection for data encryption.
But then read this in the AWS docs:
"If you need to pass encrypted traffic through to the targets without the load balancer decrypting it, create a TCP listener on port 443 instead of creating a TLS listener."
I want the traffic to be encrypted and was wondering if using the TCP, makes the data transmission be less secure.