Ssl – GoDaddy SSL showing “The site’s security certificate is not trusted!” on Google Chrome

godaddyssl

I installed a GoDaddy SSL onto a virtual server using Plesk. GoDaddy mentioned that I would have to install an "intermediate" certificate in addition to the normal one.

I thought that the "intermediate" certificate is all that I would need to make browsers recognize the SSL, but when I type in my site with https:// in front of it, Chrome, Firefox, and IE all give a warning about how the SSL is not trusted.

GoDaddy said that the intermediate was called gd_bundle.crt and that it needed to be placed in the CA certificate field. I did this, and I also installed what I believe to be the normal SSL in the certificate field.

Anyway, I'm still getting the warning on all 3 browsers. Any idea what I can do to avoid getting the warnings?

Thanks in advance,

John

Best Answer

You shouldn't put an intermediate certificate in the CA Certificate field, that'll break your certificate trust chain.

The intermediate certificate should be appended in the .crt file for your cert BEFORE your actual certificate in order to respect the chain, so both should be in one file and show in order.