Can an Amazon ELB break mutual TLS authentication? – Nginx
I have a service running behind an ELB on AWS Fargate as a docker container with nginx inside it on port 443 (https). I have added client certificates to my nginx.conf: ssl_verify_client on; ssl_verify_depth 2; ssl_client_certificate "/etc/pki/nginx/clientcert.pem"; I test the…