Back to news
cloud Priority 4/5 5/15/2026, 11:05:47 AM

Amazon CloudFront Adds Mutual TLS Passthrough Mode for Origin Certificate Verification

Amazon CloudFront Adds Mutual TLS Passthrough Mode for Origin Certificate Verification

Amazon CloudFront has expanded its viewer mutual TLS authentication capabilities with a new passthrough mode. Previously, users had to choose between mandatory or optional modes, both of which required CloudFront to perform certificate validation using a trust store. With the passthrough option, CloudFront simply forwards the client certificate to the origin server, allowing the backend to handle the full authentication process.

Related tools

Recommended tools for this topic

These picks prioritize high-intent tools relevant to this topic. Some links may include partner or affiliate tracking.

#aws#cloudfront#mtls#security#networking

Comparison

AspectBefore / AlternativeAfter / This
Validation LocationCloudFront edge location using trust storesBackend origin server infrastructure
ConfigurationRequires managing trust stores within AWSNo trust store configuration needed in CloudFront
Operational FlowOffloads mTLS processing to the CDNMaintains existing mTLS logic on the origin
Viewer CertificateTerminated and validated at the edgeForwarded directly to the backend for review

Action Checklist

  1. Identify existing origin servers with mTLS validation logic Useful for backends that already manage their own certificate authorities
  2. Update CloudFront cache policy to forward the necessary headers Ensure the origin can receive and parse the client certificate
  3. Enable mTLS passthrough in the CloudFront distribution settings This feature is available at no additional cost
  4. Test origin connectivity to ensure proper certificate handling Verify that the backend correctly rejects invalid viewer certificates

Source: AWS What's New

This page summarizes the original source. Check the source for full details.

Related