GoDaddy SSL showing "The site's security certificate is not trusted!" on Google Chrome

Solution 1:

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.

Solution 2:

Check the site at http://www.sslshopper.com/ssl-checker.html to make sure it is giving out the Intermediate certificates. If it is not, try following the guide for installing SSL certs in Plesk: http://download1.swsoft.com/Plesk/Plesk8.1/Doc/plesk-8.1-unix-administrators-guide/

Solution 3:

You don't mention what web server you are using.

With Apache you use the SSLCertificateChainFile directive e.g.

SSLCertificateChainFile /etc/httpd/certs/gd_bundle.crt