2nd certificate not trusted on all domains on two servers

Https://www.ssllabs.com/ssltest/analyze.html?d=initialpleadings.com

Can someone give me a reason why 2nd certificate is not trusted? I have two different servers and all domains have the same issue.

My domain is:initialpleadings.com

I ran this command:

It produced this output:

My web server is (include version):server.foreveryours.us

The operating system my web server runs on is (include version):7.6.1810

My hosting provider, if applicable, is:Linode VPS

I can login to a root shell on my machine (yes or no, or I don’t know):Yes

I’m using a control panel to manage my site (no, or provide the name and version of the control panel):Centos CWP

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot):

1 Like

Hi @pixelpadre

checking your domain via https://check-your-website.server-daten.de/?q=initialpleadings.com#connections

The own certificate is duplicated.

Looks like you use cert.pem and fullchain.pem. Use only fullchain.pem.

1 Like

Thanks.

In etc/pki/tls

I have initialpleadings.com.cert and initialpleadings.com.bundle

I don't know how that configuration works.

Check the content of both files (with an editor). Sounds like the bundle file contains the cert file. So use only the bundle or remove the cert file content from the bundle file.

2 Likes

Looks like you are correct. I wonder why both were created. Must be a Centos CWP issue. Thanks.

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.