Secure Certificate Problem - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T04:21:04Z http://stackoverflow.com/feeds/question/578313 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/578313/secure-certificate-problem 3 Secure Certificate Problem SquidScareMe 2009-02-23T16:37:40Z 2009-02-23T20:08:27Z <p>I recently installed a secure certificate for a web site I help maintain. When I'm at work and on the network where the webs server is I can navigate to secure pages (https) fine. When I try to access the same pages from outside the network (like from home) I get an error. Here is an example page from my web site: https://www.acpe.org/MyACPE/Activity/MyActivity.aspx</p> <p>I assumed it might be our barracuda firewall but we completely turned it off and the problem persisted. I checked the certificate <a href="https://knowledge.verisign.com/support/ssl-certificates-support/index?page=certchecker" rel="nofollow">here at Verisign</a> and it says it's fine: </p> <p>I'm at a loss. I'd appreciate any help. Thank you! </p> http://stackoverflow.com/questions/578313/secure-certificate-problem/578349#578349 2 Answer by Jay S for Secure Certificate Problem Jay S 2009-02-23T16:45:51Z 2009-02-23T16:45:51Z <p>It appears the cert expired in 2004. This is the information I get using Netscape 4.5.1:</p> <p>This Certificate belongs to: Class 3 Public Primary Certification Authority VeriSign, Inc. US</p> <pre><code> This Certificate was issued by: Class 3 Public Primary Certification Authority VeriSign, Inc. US </code></pre> <p>Serial Number: 00:E4:9E:FD:F3:3A:E8:0E:CF:A5:11:3E:19:A4:24:02:32 This Certificate is valid from Sun Jan 28, 1996 to Wed Jan 07, 2004 Certificate Fingerprint: 78:2A:02:DF:DB:2E:14:D5:A7:5F:0A:DF:B6:8E:9C:5</p> http://stackoverflow.com/questions/578313/secure-certificate-problem/578351#578351 3 Answer by sylvarking for Secure Certificate Problem sylvarking 2009-02-23T16:46:28Z 2009-02-23T20:08:27Z <p>Verisign's <a href="http://en.wikipedia.org/wiki/Ocsp" rel="nofollow">OCSP</a> responder says that your certificate has been revoked.</p> <p>It's likely that some environments you are using for testing don't have OCSP enabled. You can test this by disabling OCSP checks in a browser that currently fails. It should start working after that.</p> <p>If your certificate is revoked, you should get another.</p> <p><hr /></p> <p>Verisign has issued several certificates for www.acpe.org. The one that is still valid has the serial number <code>27583686efafc6484ac19d7ce82be271</code>. The one that <code>www.acpe.org</code> is currently configured to use is revoked, and has a serial number of <code>21ee7e042a53142a9f5075fc2dbff37a</code>. I haven't been able to get OpenSSL's <code>ocsp</code> tool to work, so I can't see the "reason" code being given, but judging from the info there, a replacement was requested on February 10 by the certificate owner. Make sure that you correctly installed the <em>new</em> certificate.</p> <p>You can see this status information through Verisign's certificate <a href="https://securitycenter.verisign.com/celp/enroll/outsideSearch?application_locale=VRSN_US&amp;originator=VeriSign:CELP" rel="nofollow">repository tool</a> by entering the common name "www.acpe.org".</p> http://stackoverflow.com/questions/578313/secure-certificate-problem/578398#578398 1 Answer by Josh for Secure Certificate Problem Josh 2009-02-23T16:57:27Z 2009-02-23T16:57:27Z <p>From what I can tell the certificate was revoked. Are you sure you installed a valid certificate?</p>