This is my setup so far:
Application Load Balancer and its listener
The purpose is to enable https on the load balancer's end. Then it will forward traffic to the target group which is a collection of docker containers.
At the moment the web servers running in the docker containers can only handle http traffic.
So it is how I define the target group:
But apparently it fails the health check:
My question is:
- Is it possible at all to have a ssl-enabled loadbalancer to forward request in http to the docker containers?