27 Jul 2010 16:43
OCSP-validation fails
Ulf Wahlqvist <Ulf.Wahlqvist <at> cybercomgroup.com>
2010-07-27 14:43:02 GMT
2010-07-27 14:43:02 GMT
Hi I'm trying to get Apache to do Client certificate verification with OCSP-validation. It works without OCSP, but OCSP-validation fails when I turn it on. The error is "OCSP_check_validity:status too old", but that doesn't make sense because the clocks are within 2 seconds. The client (Apache) says "Mon Jul 26 15:50:06.488292 2010" and the response says "Mon, 26 Jul 2010 13:50:05 GMT" which is the same time. //// Can there be a problem with comparing timestamps? A more likely problem might be that the OCSP-responder require a SIGNED message, but I don't understand how to get Apache to sign it. Some European OCSP-responders seems to accept only signed requests and I'm trying to find out if this is one of them. //// Will Apache be able to sign OCSP-requests ( In that case - How do I pass the cert/key) ? ** my config ************************************************************************************************************************************* [root <at> fedoragui logs]# httpd -v Server version: Apache/2.3.6 (Unix) Server built: Jul 16 2010 15:31:39 [root <at> fedoragui logs]# openssl version OpenSSL 1.0.0a-fips 1 Jun 2010 ./configure --enable-ssl(Continue reading)
RSS Feed