What is TLS?
TLS works like a secure envelope for information traveling across the internet. When visitors access your website using HTTPS, TLS creates an encrypted connection that protects their data and verifies your site's identity.
Why It Matters
Without proper TLS protection, your website is vulnerable to:
Attackers intercepting sensitive data like passwords
Impersonators pretending to be your website
Visitors seeing "Not Secure" warnings
Loss of trust from users and browsers
Search engines lowering your site ranking
Security Checks
We monitor these critical aspects of your TLS configuration:
Is the SSL certificate valid and current?
The domain's SSL certificate is invalid, expired, or not issued by a trusted authority. This prevents secure connections and may cause browsers to show security warnings to visitors.
Is the certificate chain trusted and complete?
The domain's SSL certificate chain is incomplete or contains untrusted certificates. This can cause connection errors and security warnings in some browsers.
Is a current TLS version in use?
The domain uses outdated SSL/TLS versions (SSL 2.0, SSL 3.0, TLS 1.0, or TLS 1.1). These older versions have known security vulnerabilities that attackers can exploit.
Does the certificate match the domain name?
The SSL certificate's hostname doesn't match the domain name. This mismatch triggers security warnings and may indicate a misconfiguration or potential security issue.
Is the certificate chain complete?
The domain's SSL certificate chain is missing intermediate certificates. This causes validation failures in some clients, preventing secure connections.
Is the certificate validity period compliant?
The domain's SSL certificate is valid for more than 13 months. This exceeds industry standards and increases the window of exposure if the certificate is compromised.
Is the certificate logged in Certificate Transparency?
The domain's certificate is not logged in Certificate Transparency logs. This reduces the ability to detect potentially malicious certificates issued for the domain.
Are CAA records present?
The domain lacks Certificate Authority Authorization records in DNS. This allows any certificate authority to issue certificates for the domain.
Is Server Name Indication supported?
The domain doesn't support Server Name Indication (SNI). This limits the ability to serve multiple secure sites from the same IP address.
Industry Standards
TLS security is required by:
PCI DSS for payment processing
HIPAA for healthcare data
GDPR for EU data protection
Industry security frameworks
Modern web browsers