SSL Certificate isn't recognised by Windows

https://cyberpirates.infinityfreeapp.com/

NET::ERR_CERT_AUTHORITY_INVALID

The SSL certificate I have been given is giving Windows and my browser quite a lot of grief, and it’s actually calling up more red flags than when I didn’t have a certificate at all

Is this just something I need to wait to pass? Or have I configured the certificate incorrectly?

Try to restart your browser

6 Likes

If that doesn’t work, can you please share which version of Windows and which browser and version you are using?

Our certificates should work with most modern operating systems and browsers, but some older software may have trouble with them.

1 Like
Edition Windows 10 Home
Version 20H2
Installed on ‎12/‎16/‎2020
OS build 19042.804
Experience Windows Feature Experience Pack 120.2212.551.0

using Brave web browser
1.20.103

It’s been a few hours now and I’m still getting the warning

cleared up, I’ve got a padlock now :slight_smile:

Works for me

You are not redirecting to https.
insert this in your htaccess:

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://cyberpirates.infinityfreeapp.com/$1 [R,L]
1 Like

yeah this issue seems to have either cleared itself up or they’ve internally fixed something

I’m not redirecting to HTTPS at this very second but that’s literally what I’ve logged on to do right now

2 Likes

clear your browsers cache

Tried that previously and it didn’t work

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.