What Is TLS (Transport Layer Security)?
TLS (Transport Layer Security) is the cryptographic protocol that provides encryption for HTTPS connections. It's the successor to SSL and is what actually secures modern web traffic.
Why It Matters
TLS is what makes HTTPS secure. Without TLS, browser-to-server communication is plain text — readable by anyone on the network. For domain forwarding, TLS is critical because the forwarding server needs a valid TLS certificate for each source domain.
TLS Versions
| Version | Status | Notes |
|---|---|---|
| SSL 3.0 | Deprecated (2015) | Vulnerable to POODLE attack |
| TLS 1.0 | Deprecated (2020) | No longer accepted by modern browsers |
| TLS 1.1 | Deprecated (2020) | No longer accepted by modern browsers |
| TLS 1.2 | Current | Widely supported, secure |
| TLS 1.3 | Current | Fastest, most secure |
How TLS Works in Forwarding
When a visitor goes to https://your-forwarded-domain.com:
- Browser initiates a TLS handshake with Domain Forward’s server
- Server presents a valid SSL certificate for your domain
- Browser and server agree on encryption parameters
- Encrypted connection is established
- Server sends the 301 redirect over this secure connection
- Browser follows the redirect to the destination
The entire handshake takes milliseconds. TLS 1.3 is even faster — it requires fewer round trips than TLS 1.2.
How Domain Forward Handles This
Domain Forward terminates TLS connections for your domains using automatically provisioned certificates from Let’s Encrypt. Both TLS 1.2 and 1.3 are supported, with modern cipher suites for maximum security and performance. Never use a self-signed certificate for forwarding — browsers reject them with security warnings.
Related Terms
Related Features
Frequently
asked questions
TLS is the modern successor to SSL. SSL (versions 1.0-3.0) is deprecated and insecure. When people say 'SSL certificate,' they mean a TLS certificate. The name stuck, but the technology is TLS.
Domain Forward supports TLS 1.2 and TLS 1.3, which are the current industry standards. Older versions (TLS 1.0, 1.1) are disabled for security.
Still Confused? Try It Free.
Set up your first domain forward in under 5 minutes. Free plan includes 5 domains.