SSL/TLS
All services (HTTP, but also remote access, databases, emails…) are secured by a SSL/TLS layer.
- Let’s Encrypt certificates
- Redirect HTTP to HTTPS
- Generate a CSR
- Add a SSL certificate
- Renew a SSL certificate
- Certificate priority
- Verify the returned certificate and configuration of a hostname: SSL Labs, SSL Tools or Security Headers.
- Find the mixed content1 of its website: Why no Padlock.
web browsers send the
Mixed content
error when a website use the HTTPS protocol but some assets are served in HTTP. ↩︎