NET::ERR_CERT_AUTHORITY_INVALID since Chrome 58 Resolved

Keyboard Navigation FAQ Book Pro: New Question The currently installed Joomla! version is "‎4.1.5"‎4.1.5 Bearsampp Clean Cache × success Item saved. Title * NET::ERR_CERT_AUTHORITY_INVALID since Chrome 58 Alias Auto-generate from title The Alias will be used as part of the URL. General Custom fields Attachments Options Publishing

Since Chrome 58, self-signed certificates generated with Neard are no longer accepted and you will have the error NET::ERR_CERT_AUTHORITY_INVALID if you go to https://localhost.

Chrome only accepts insecure certificates on localhost by turning the flag chrome://flags/#allow-insecure-localhost on Chrome. Or you can add the certificate to the Trusted Root Certification Authorities with the certutil command :

certutil.exe -addstore -user root "C:\bearsampp\ssl\localhost.crt"

Then restart Chrome.

#22

You must be logged in to post an answer

Sorry, this website uses features that your browser doesn’t support. Upgrade to a newer version of Firefox, Chrome, Safari, or Edge and you’ll be all set.