ERR_CERT_AUTHORITY_INVALID Error on website.

Hello,

On chrome for desktop I’m getting “ERR_CERT_AUTHORITY_INVALID” error while visiting my website. How I can fix it?

Did you install a valid SSL certificate for your website already?

If so, your browser has likely cached the default, self-signed certificate. Try opening your website in private browsing mode, which should ignore the SSL cache of your browser.

If not, then you need to get and install an SSL certificate first: https://infinityfree.net/support/how-to-install-an-ssl-certificate/

I don’t have SSL certificate. How i can disable it and use http?

@AppCreator said:
I don’t have SSL certificate. How i can disable it and use http?

Simple: don’t type https before your URL, but http. And make sure that your website doesn’t try to redirect people to https.