![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Web Programming, Web 2.0 and Mashups Discuss Web Programming and Web Server Administration, including LAMP, Apache, MySQL, Flash, HTML, SEO, Mashups and other Web APIs and topics. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| regex in apache Allow from directive | Yogesh Sawant | Web Programming, Web 2.0 and Mashups | 3 | 03-29-2009 03:29 PM |
| Apache 2.0 Issue | mojoman | Web Programming, Web 2.0 and Mashups | 4 | 01-12-2009 05:38 AM |
| Apache issue | frankkahle | UNIX for Advanced & Expert Users | 1 | 11-12-2008 05:27 PM |
| Apache start issue | rs266 | SUN Solaris | 6 | 08-21-2008 11:17 AM |
| apache directive only for outside network | dangral | UNIX for Dummies Questions & Answers | 2 | 02-06-2005 09:19 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Apache: SSLACARevocation directive issue
I am installing a .crl in my apache config. It looks like this:
Code:
<VirtualHost default> DocumentRoot "web" ServerName example.com SSLEngine on SSLCertificateFile "cert.crt" SSLCertificateKeyFile "key.key" SSLCertificateChainFile "cert.ca-bundle" SSLProtocol -all +SSLv3 SSLCipherSuite SSLv3:+HIGH:+MEDIUM <Directory /> Order deny,allow Allow from all SSLCACertificateFile "ClientRootCert.crt" SSLVerifyClient require SSLVerifyDepth 3 SSLCARevocationFile "CRLList.crl" </Directory> </VirtualHost> SSLCARevocationFile not allowed here When I place SSLCARevocationFile above the Directory tag, Apache starts, but all client certs are rejected with the message: ssl_error_expired_cert_alert (both revoked and active certs) How to solve this? |
![]() |
| Bookmarks |
| Tags |
| apache, certificate, httpd.conf |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|