It might be that your SSL authority requires a chained root certificate. If they provided you with such a master certificate, save it to a file in the sll directory of your site and the add a line like this in the apache directives field of the site:
SSLCACertificateFile /var/www/www.yourdomain.com/ssl/ca.txt
|