Install a CA Bundle to Fix SSL Issues

In the world of digital security, where trust in websites is key, the CA Bundle (a bundle of Сertificate Authorities certificates) is becoming an integral part of ensuring a secure connection between a user and a server.

Think of your browser as a border guard: it checks documents before letting someone in. If a site doesn’t have a full set of trusted certificates, its “passport” will be questioned. This is where the CA Bundle comes into play.

Read More

What Is Port 80?

Port 80 is the default network port that websites use to send and receive unencrypted HTTP traffic.

It’s one of the oldest and most essential parts of the internet.

When someone types http://yourdomain.com into their browser, that request is sent through port 80 — unless it’s redirected to a secure HTTPS connection using port 443.

Read More

Steps to Resolve the ‘NET ERR_CERT_AUTHORITY_INVALID’ Error in Google Chrome

Here’s a step-by-step guide to fix the NET::ERR_CERT_AUTHORITY_INVALID error in Chrome for site owners and visitors

If you’re facing the “NET ERROR_CERT_AUTHORITY_INVALID” (or what’s sometimes referred to as “ERR_CERT_AUTHORITY_INVALID” or “NET::ERR_CERT_AUTHORITY_INVALID”) error in Google Chrome, then you’re not alone. Thousands of users around the world face this pesky SSL error, and it’s irritating to say the least.

If you’re looking for a solution through this post, you’re either a website owner whose website is facing this error or you’re a user who wants to access a particular website that’s displaying this error message. In either case, this post will help to solve the SSL certificate error in Chrome.

Read More

How to Fix the Certificate Error ‘ERR_CERT_DATE_INVALID’

Learn how to fix the invalid certificate error in Google Chrome and Firefox

Did you know that every SSL/TLS certificate is issued with a specific validity period? This period encompasses the certificate’s issuance and expiration dates. So, if you see the SSL/TLS certificate-related error messages “NET_ERR_CERT_DATE_INVALID” or “SEC_ERROR_EXPIRED_CERTIFICATE ” in your browser when using Chrome or Firefox, it typically means the site’s SSL/TLS certificate is being used beyond its validity period and is no longer trustworthy.

In other words, any site using this certificate isn’t secure, and any data transmitted is at risk of compromise by man-in-the-middle (MitM) attacks. Not to mention the business risks and downtime issues your site or services will experience as the result of an expired certificate. 

Read More

How to Fix the Error ‘MOZILLA_PKIX_ERROR_KEY_PINNING_FAILURE’ in Firefox

Learn What to Do When Your Certificate Uses Public Key Pinning

The public key the web browser uses to verify the validity of the SSL/TLS certificate’s signature is incorrect or isn’t pinned to the HTTP header. Key pinning may help you minimize the risk of MITM attacks. However, if you don’t do it right, it can do more harm than good.

Considering that Firefox, Chrome, and other major browsers have eliminated support for HPKP (i.e., HTTP public key pinning), it means that sites shouldn’t be using it.

Read More

How to Fix HTTPS Unrecognized Error ‘ERR_SSL_UNRECOGNIZED_NAME_ALERT’

The ERR_SSL_UNRECOGNIZED_NAME_ALERT message in Chrome Prevents Users From Accessing Your Site — Here’s How to Eliminate It from Your Site

Did you see (or did someone else inform you) the SSL protocol error ERR_SSL_UNRECOGNIZED_NAME_ALERT or SSL_ERROR_UNRECOGNIZED_NAME_ALERT on your site?

Let’s explore what this HTTPS unrecognized name error means and how to fix it quickly.

Read More