End to End Encryption with AWS Application Load Balancer?

Viewed 1452

Is it possible to ensure End to End Encryption with AWS ALB? We can encrypt the traffic from the client to the Load Balancer with an AWS generated Certificate. If we have an ASP.NET Core Application in a Container using AWS Fargate and a self signed Certificate in it, how do we let the Load Balancer know of this Certificate and let the Traffic through?

At the moment the Application is shutting down automatically and showing 502 Bad Gateway, and Health Checks not passed.

Logs from the Container

0 Answers
Related