Gmail shows a 'Suspicious Link' notification for HTTPS websites due to a combination of factors, going beyond just basic encryption. These include: Google Safe Browsing flags for malware, phishing, or social engineering; SSL certificate misconfigurations (mixed content, outdated protocols); Subresource Integrity (SRI) failures; inconsistent URL canonicalization; strict or misconfigured Content Security Policies (CSP); hosting unfavorable or malicious content; the use of shared link redirectors; link cloaking; poor sender (IP and domain) reputation; the use of link shortening services; excessive or obfuscated tracking parameters; and multiple URL redirections. Gmail's algorithm considers numerous signals to protect users from potential threats even when HTTPS is present.
11 marketer opinions
Gmail displays a 'Suspicious Link' notification for HTTPS websites due to a variety of factors beyond just basic SSL encryption. These include issues with the certificate itself (invalid, self-signed, or misconfigured), problems with the linking domain or sending IP's reputation (due to past association with spam or phishing), the use of URL shortening services, excessive tracking parameters, multiple redirects, link cloaking, or the presence of mismatches between the displayed and actual link destinations. Gmail's algorithm considers various signals to protect users from potential threats even when HTTPS is present.
Marketer view
Email marketer from Litmus Blog shares that excessively long or obfuscated tracking parameters added to URLs can sometimes trigger Gmail’s spam filters and lead to warnings, even for HTTPS sites, as these are often used to mask the true destination.
17 Dec 2021 - Litmus Blog
Marketer view
Email marketer from Google Support Forum explains that Gmail displays a 'Suspicious Link' warning when the system detects characteristics commonly used in phishing or other malicious attacks. This includes mismatches between the displayed link and the actual destination, or unusual URL structures.
11 Dec 2021 - Google Support Forum
4 expert opinions
Gmail's 'Suspicious Link' notification for HTTPS websites can be triggered by several factors. Even with HTTPS, the presence of malicious content on the same hosting, link cloaking (where the displayed URL differs from the actual destination), and a poor sender reputation (IP and domain) can lead to these warnings. Google's systems consider the broader context of the linked content and sender behavior when determining if a link is suspicious, going beyond just whether the site uses HTTPS.
Expert view
Expert from Email Geeks suggests that the 'Suspicious Link' notification might appear if the website hosts other content that Google deems unfavorable.
16 Aug 2021 - Email Geeks
Expert view
Expert from Spam Resource explains that the sender's IP and domain reputation strongly influences whether links are flagged as suspicious. Even if the linked site is secure with HTTPS, a poor sender reputation can trigger warnings.
20 Dec 2024 - Spam Resource
5 technical articles
Gmail's 'Suspicious Link' notification for HTTPS websites arises due to a combination of security measures and configurations. Google Safe Browsing flags sites distributing malware, engaging in phishing, or using social engineering tactics. Technical issues, such as misconfigured SSL certificates (mixed content, outdated protocols), Subresource Integrity (SRI) failures, inconsistent URL canonicalization, and strict or misconfigured Content Security Policies (CSP), can also trigger warnings, even on HTTPS sites.
Technical article
Documentation from SSL Labs explains that misconfigured SSL certificates, such as mixed content (HTTPS page loading HTTP resources) or outdated protocols, can lead browsers to display warnings, even if the site uses HTTPS.
1 Nov 2022 - SSL Labs Documentation
Technical article
Documentation from W3C states that a strict Content Security Policy (CSP) can cause warnings if linked resources violate the policy rules. While CSP enhances security, misconfiguration can lead to false positives and warnings in Gmail.
21 Oct 2023 - W3.org