ALB mTLS support for Targets

0

We have a use case, Clients (end users) will be sending TLS connections from the web browser to a reverse proxy server, then the reverse proxy server sends equivalent mTLS requests to the web application server (hosted within EC2). I would like to replace, this reverse proxy server with ALB, as there is a new feature of mTLS for ALB released by AWS in November 2023. Press release at AWS re:invent: https://aws.amazon.com/about-aws/whats-new/2023/11/application-load-balancer-authenticate-x509-certificate-based-identities/

I am able to configure mTLS from clients to ALB; but I can't figure out how to implement this for our use case. Can anyone please let me know if our use case is currently supported in AWS, if yes could you please show some light on this.

Thank you.

1개 답변
1

I haven't tested this but looking at this blog here - https://aws.amazon.com/blogs/aws/mutual-authentication-for-application-load-balancer-to-reliably-verify-certificate-based-client-identities/ - your use case is not supported. Your options are mTLS passthrough where the mTLS auth is happening between origin and client or "verify with trust store" where the mTLS happens between Client and ALB. I don't see any way to configure it to do TLS to ALB and mTLS from ALB to origin.

Given this is a newly supported feature, I would not be surprised to see additional releases in future which may then cover your use case but for now the mTLS options on ALB won't work for your quoted use case.

AWS
Brian_D
답변함 5달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠