Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Member
    Join Date
    Dec 2006
    Posts
    14

    Default Intermediate SSL problem (Firefox only)

    I had to reinstall a Verisign cert last week. After cleaning out a mess of old certs, keys and csr's I finally got the thing to install properly.

    However, I get a "Website Certified by an Unknown Authority Error in Firefox".

    Everything including the intermediate crt is installed correctly as far as I can tell and I get no error in any version of IE.

    Here from the httpd.comf file:

    Code:
    <IfDefine SSL>
    <VirtualHost IPADDRESS:443>
    DocumentRoot /home/myuser/public_html
    ServerName www.mysite.com
    UserDir public_html
    
    User myuser
    Group mygroup
    ScriptAlias /cgi-bin/ /home/myuser/public_html/cgi-bin/
    
    SSLEnable
    SSLCertificateFile /usr/share/ssl/certs/www.mysite.com.crt
    SSLCertificateKeyFile /usr/share/ssl/private/www.mysite.com.key
    SSLCACertificateFile /usr/share/ssl/certs/www.mysite.com.cabundle
    SSLLogFile /usr/local/apache/domlogs/www.mysite.com-ssl_data_log
    CustomLog /usr/local/apache/domlogs/www.mysite.com-ssl_log combined
    SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
    </VirtualHost>
    </IfDefine>
    The key matches the cert, and the cabundle is directly from Verisign.

    Has anyone had a similar problem with getting a Verisign or other intermediate cert to work properly? I've reissued the thing twice and so far nothing has changed. It's like the intermediate cert isn't being sent even though it is installed.

    When viewing the cert in firefox the Certificate Hierarchy only shows my domain. In internet explorer is shows Verisign Class 3 Public Primary CA -> Verisign Class 3 Secure Server CA -> My domain.

    Any help on this would be greatly appreciated.

  2. #2
    Registered User
    Join Date
    Oct 2003
    Posts
    18

    Default problem with chained certificate

    look at /usr/local/apache/domlogs/www.mysite.com-ssl_data_log

    I had an

    OpenSSL: error:14094416:SSL routines:SSL3_READ_BYTES:sslv3 alert certificate unknown

    If you have the same error when you acces to your https site with firefox, edit httpd.conf and try to use SSLCertificateChainFile instead of SSLCACertificateFile

    SSLCertificateChainFile /usr/share/ssl/certs/www.mysite.com.cabundle

    and restart apache.

  3. #3
    Member
    Join Date
    Jan 2004
    Posts
    20

    Talking Copy the cert into exim.crt and exim.key

    This is an SMTP certificate issue.

    Exim uses its own copy of the certificate in
    /etc/exim.crt and
    /etc/exim.key.

    Edit the content of these files with a copy of the appropriate parts of your correct certificate and restart Exim (from WHM so SSL starts too!) and the issue will magically go away.

    This is cPanel 10 knowledge; rumor has it that certs may change location in cPanel 11; you can always look at your Exim config under WHM->Service Configuration->Exim Configuration Editor->Advanced to figure out where it is looking for the certs. Search for tls_certificate.

    Thanks!

  4. #4
    Member
    Join Date
    Apr 2003
    Location
    Denver, CO
    Posts
    294

    Default

    Quote Originally Posted by garingas View Post
    This is an SMTP certificate issue.

    Exim uses its own copy of the certificate in
    /etc/exim.crt and
    /etc/exim.key.

    Edit the content of these files with a copy of the appropriate parts of your correct certificate and restart Exim (from WHM so SSL starts too!) and the issue will magically go away.

    This is cPanel 10 knowledge; rumor has it that certs may change location in cPanel 11; you can always look at your Exim config under WHM->Service Configuration->Exim Configuration Editor->Advanced to figure out where it is looking for the certs. Search for tls_certificate.

    Thanks!
    I think you completely miss the point, we're not talking about Exim, we're talking about Apache.

  5. #5
    Member
    Join Date
    Jan 2004
    Posts
    20

    Talking I missed the boat!

    You are completely correct on that one!

    I saw Firefox and my brain mis-reported Thunderchicken so I thought it was the evil SMTP SSL warning issue.

    I blurted the answer to the wrong question. Ack!

  6. #6
    Member
    Join Date
    Jun 2004
    Location
    03819
    Posts
    37

    Default

    Adding the "SSLCertificateChainFile /usr/share/ssl/certs/www.mysite.com.cabundle" line in httpd.conf seems to have fixed this for me.
    Last edited by curriertech; 07-19-2007 at 01:09 PM.

  7. #7
    kdr
    kdr is offline
    Registered User
    Join Date
    Aug 2002
    Posts
    4

    Default

    Hi everyone,

    I just spent an afternoon trying to figure out why Firefox was throwing up an ugly security alert on my site with a Starfield SSL certificate, claiming the certificate was from an "unknown authority".

    I called Starfield and the tech support person was extremely helpful. She did some investigating and said that the problem stemmed from the intermediate certificate. She said that Starfield changed their intermediate certificate in February, and I could fix the problem by rekeying my certificate and installing the certificate and the new cabundle.

    I followed her instructions, rekeyed the certificate, installed the cert and the cabundle via WHM, and it worked! No more ugly security warning in Firefox.

    I am very pleased with the help that I received at Starfield.

    I hope this information helps someone else who had the Firefox security alert problem. I would recommend you call Starfield and let them help you get it all sorted out.

    Karen

Similar Threads & Tags
Similar threads

  1. Cpanel firefox 3 problem
    By shub_fritz in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 08-21-2008, 10:51 AM
  2. Firefox 3 & self-signed SSL certificates
    By Nefedov in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 12-28-2007, 09:56 AM
  3. ssl popup on firefox
    By neo_user in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 12-10-2007, 05:06 AM
  4. SSL problem on Firefox - 'incorrect ssl certificate' dialog box pops up
    By waleron in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 02-26-2007, 09:04 PM
  5. intermediate.crt problem
    By massmedia in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 09-12-2005, 04:01 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube