Hi, I can't make my SSL cert. works with a website. My SSL works fine on a NAS Synology (see pic below), subdomain www.domain.com, so my private key is already working fine. What I did: I exported the cert from my NAS. Then I got: ca.crt ca.key and: https://www.startssl.com/certs/sub.class1.server.ca.pem I put the content into there: Here the SSL result on my top domain: I don't even know where the "test" is coming from...
I know and it is not my cert. I don't know why it shows up those infos. I checked in vhost file in /etc/apache2/sites-enabled/ I only have: Code: <IfModule mod_ssl.c> SSLEngine on SSLProtocol All -SSLv2 -SSLv3 SSLCertificateFile /var/www/clients/client0/web2/ssl/domain.com.crt SSLCertificateKeyFile /var/www/clients/client0/web2/ssl/domain.com.key SSLCACertificateFile /var/www/clients/client0/web2/ssl/domain.com.bundle </IfModule>
Are the SSL-Files identical to the filelds in the interface? Maybe your export a wrong cert or your nas just creates a self-signed-cert during export.
Ok I used the wrong files. the NAS export: ca.key, ca.crt, server.key, server-ca.crt, server.crt Had to use server.* files So now in Chrome I don't have any warning which is odd, but Firefox tells me that the issuer is unknown and I have to make an exception blabla... "sec_error_unknown_issuer" "Authority unknown." "The server maybe doesn't send the appropriate intermediate certificates." "You May need to import additional certificates."
I past again the bundle from startssl, working fine now No more alerts! Thanks I now have to deal with "mixed content". Also Firefox shows a warning icon stating that the website doesn't give any information about the owner. Can this be fixed with a StartSSL Class 1?
Ok, I fixed the mixed content issue and it also removed the warning icon. So it's all good Hope this thread will help future users.