The Most Active and Friendliest
Affiliate Marketing Community Online!

“Propeller”/  Direct Affiliate

All my 'fan club' domains are not secure

OscarMike

Active Member
Hi guys, I own a couple of unofficial fan club websites. None of them have trademarks in the domains.

For some reason on my mobile phone, both google chrome and firefox say the domains are insecure. But they're fine on desktop.

I have a SSL certificate for the domains.

What's interesting is that my non-fan club domains are all secure.

Is the phrase 'fan club' flagged by browsers? There's nothing scammy about these sites, they're just news sites about a particular celeb or company.

Why would a fan club domain get flagged yet a domain like "MacRumors.com" (which has a trademark in the domain) not get flagged by browsers?

Can anyone help?

Thanks
 
Last edited:
Bash:
$ curl -I -L "https://example.com"

and see if curl will connect when there is a valid certificate.

The user agent header from mobile browser may be the problem too.

If you have the site cached in mobile --clear your cache.
try checking in a private [incognito] browser too (on mobile)
 
Bash:
$ curl -I -L "https://example.com"

and see if curl will connect when there is a valid certificate.

The user agent header from mobile browser may be the problem too.

If you have the site cached in mobile --clear your cache.
try checking in a private [incognito] browser too (on mobile)
Thanks I will check this out :)
 
It's probably caused by browser caching. I have had similar issues with POS browsers.
sometimes using the www. or without the www., or;
the https:// and not the http:// will fix it
you force the browser to cache a new URL then the others are updated to that domain.
 
MI
Back