SSL/TLS
The encryption protocols that secure data transmitted between a browser and a web server.
SSL (Secure Sockets Layer) and TLS (Transport Layer Security) are cryptographic protocols that encrypt communication between two parties on the internet. TLS is the modern successor to SSL; when people say "SSL" today, they usually mean TLS. The protocol works through a handshake where the client and server agree on cipher suites and exchange keys, protecting against eavesdropping and tampering. RFC 8996 (2021) formally deprecated TLS 1.0 and 1.1, so TLS 1.2 is the practical floor (required by PCI DSS and modern browsers) and TLS 1.3 (RFC 8446) is the recommended target. Cloudflare errors 525 and 526 are caused by TLS problems between Cloudflare and the origin.
Reference
Related terms
See also
Referenced on
- Cloudflare Error Codes (5xx, 1xxx) and Fixes
- DNS Propagation Checker
- Free DNS & Network Tools
- FTP Error Codes Reference and Fixes
- How to Verify DNS Changes After Switching Hosting Providers
- HTTP Header Checker
- HTTP Security Headers Analyzer & Generator
- HTTP Status Codes Reference (1xx
- MD5 Hash Generator
- Server Log File Locations (Linux)
- SMTP Error Codes Reference and Fixes
- SSL/TLS Error Codes Reference and Fixes
- Terms of Service - DNS Checker
- Understanding DNS Record Types: A, AAAA, CNAME, MX, TXT, and More