LLevelUp
0
← Back to topic

SSL and TLS Modes

Cloudflare terminates TLS at the edge, then connects to your origin. The SSL/TLS mode controls how secure that second leg is.

ModeBrowser to CloudflareCloudflare to origin
FlexibleHTTPSHTTP
FullHTTPSHTTPS, cert not strictly verified
Full StrictHTTPSHTTPS, valid cert required

Production sites should use Full Strict. It gives encryption and validation on both legs.

CAUTION

Flexible mode often causes redirect loops when your origin redirects HTTP to HTTPS.

Cloudflare Origin Certificates are trusted by Cloudflare, not normal browsers. They are good for origins that only receive traffic through Cloudflare.

Further Learning

  • “Cloudflare SSL TLS modes” — official mode guide
  • “Cloudflare origin certificate” — installing origin certs
  • “Cloudflare redirect loop flexible SSL” — common failure mode