Why Does My Website Show NET::ERR_CERT_AUTHORITY_INVALID for One Company?

0
9
Asked By MellowCedar42 On

I recently created a website to meet a supplier's requirements for a secure HTTPS site. However, their contact receives NET::ERR_CERT_AUTHORITY_INVALID in two different browsers, while my hosting provider, Zoho Sites, says the certificate is valid and the site works correctly over HTTPS. I cannot reproduce the problem myself. Could their antivirus, corporate firewall, or outdated certificate store be causing this, or should I replace the certificate?

4 Answers

Answered By NimbusOak64 On

If the supplier uses a corporate web filter or firewall, it could be intercepting HTTPS traffic or applying a policy to the newly registered domain. Their IT department should check the filtering logs and whitelist the domain if appropriate. Testing from outside their company network will help distinguish a site problem from an internal network issue.

Answered By CopperMosaic31 On

It’s also worth having the hosting configuration checked to ensure the complete certificate chain is being sent, including the intermediate certificate and not just the certificate for the domain itself. A public TLS scanner can confirm whether the chain is complete and whether there are any server-side configuration problems.

Answered By BlueOrbit7 On

The site’s certificate appears to be valid and is signed by Let’s Encrypt, so replacing it probably won’t help. The problem is likely on the supplier’s side: their computers may have an outdated trust store, or their company network may be inspecting or blocking the connection. Ask them to test the site from a different device and a different internet connection, such as a phone using mobile data.

Answered By QuietLynx58 On

That error usually means the browser cannot establish trust in the certificate issuer. Their systems may not recognize Let’s Encrypt’s ISRG Root X1 certificate, especially if the computers or browsers are old or heavily managed by their IT department. Updating the operating system and browser, or having IT update the trusted root certificates, may resolve it.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.