Each of us has faced this error at least once, but probably not all of us have noticed that it appears differently in different browsers.
For example, you may get the “The Webpage is not available” or “The site can’t be reached” warning.
For example, you may get the “The Webpage is not available” or “The site can’t be reached” warning.
This often occurs when a website or application uses a self-signed certificate instead of one issued by a trusted Certificate Authority (CA).
Just be aware that sharing the private key introduces some security risks, so it’s important to follow best practices when doing this.
Essentially, it indicates that Cloudflare was unable to establish a secure connection to the origin server as it does not respond correctly to SSL requests.
Let’s examine this error in more detail.
Despite some imperfections, OpenSSL remains a very popular tool for developers and administrators. OpenSSL users commonly use it for key generation and SSL certificate format conversion.
Please make sure that which version you are using as the process slightly differs.
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.
A PEM file is a text file containing one or more certificates and, optionally, a private key. (While a CRT file only contains a single certificate.) Below are different ways to create a PEM file, depending on your installation needs.
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.