Re: [us...@httpd] OCSP-validation fails

2010-08-18 Thread Joe Orton
On Tue, Aug 17, 2010 at 05:26:22PM +0200, Ulf Wahlqvist wrote:
 CASE 1/ If I set:
 SSLOCSPDefaultResponder http://ocsp.trust.telia.com
 SSLOCSPOverrideResponder on
 
 The validation will fail with SSL Library Error: error:2707307F:OCSP 
 routines:OCSP_check_validity:status too old

Presuming this is not a system clock skew issue - mod_ssl enforces a max 
response age of 6 minutes at the moment.  This should be configurable 
but isn't; if you could file a bug on that it'd be great.

 CASE 3/ If I set:
 SSLOCSPDefaultResponder http://ocsp.trust.telia.com
 
 - Try to authenticate - It will fail as in 2 above.
 - Do NOT close the browser (IE, by the way)
 - set:
 SSLOCSPDefaultResponder http://ocsp.trust.telia.com
 SSLOCSPOverrideResponder on
 - restart using apachectl graceful
 - Retry to authenticate - It will now SUCCEED!

You can reproduce this every time?  You have to misconfigure then 
reconfigure and restart the server to get it working?  Weird.

Regards, Joe

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[us...@httpd] OCSP-validation fails

2010-08-17 Thread Ulf Wahlqvist
An incomplete version of this post has previously been posted in 
openssl-us...@openssl.org and modssl-us...@modssl.org, but this post contains a 
lot more info. I didn't realize that the appropriate list is 
users@httpd.apache.org

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. 

I'm not using the OCSP-responder address in the certificates Authority Info 
Access (http://sithsocsp.trust.telia.com), because it is not reachable from my 
system. However, the same responder is reachable using another address 
(http://ocsp.trust.telia.com).

I have verified that if I use openssl directly from command line it will verify 
OK. 
openssl ocsp -issuer /usr/local/apache2/conf/SITHS_CA_v3.cer -CAfile 
/usr/local/apache2/conf/SITHS_CA_v3.cer -cert /mnt/download/uwcert.cer -text 
-url http://ocsp.trust.telia.com
.
.
Response verify OK
/mnt/download/uwcert.cer: good
This Update: Jul 29 10:43:41 2010 GMT
Next Update: Jul 30 10:43:45 2010 GMT

** my config 
*
 

[r...@fedoragui crl]# uname -a
Linux fedoragui.mydomain.com 2.6.33.5-112.fc13.i686 #1 SMP Thu May 27 03:11:56 
UTC 2010 i686 i686 i386 GNU/Linux

[r...@fedoragui logs]# httpd -v
Server version: Apache/2.3.6 (Unix)
Server built:   Jul 16 2010 15:31:39

[r...@fedoragui logs]# openssl version
OpenSSL 1.0.0a-fips 1 Jun 2010

./configure --enable-ssl

Finally I made some progress. I think that there is something wrong here. 

/ulfW

** Tests 


CASE 1/ If I set:
SSLOCSPDefaultResponder http://ocsp.trust.telia.com
SSLOCSPOverrideResponder on

The validation will fail with SSL Library Error: error:2707307F:OCSP 
routines:OCSP_check_validity:status too old 

CASE 2/ If I set:
SSLOCSPDefaultResponder http://ocsp.trust.telia.com

The validation of the first cert in the chain will succeed but the second will 
fail with (110)Connection timed out: could not connect to OCSP responder 
'sithsocsp.trust.telia.com'. This is the expected behavior because my computer 
does not have access to sithsocsp.trust.telia.com.

CASE 3/ If I set:
SSLOCSPDefaultResponder http://ocsp.trust.telia.com

- Try to authenticate - It will fail as in 2 above.
- Do NOT close the browser (IE, by the way)
- set:
SSLOCSPDefaultResponder http://ocsp.trust.telia.com
SSLOCSPOverrideResponder on
- restart using apachectl graceful
- Retry to authenticate - It will now SUCCEED!

=== CASE 1 
==
[Tue Aug 17 14:14:54.744503 2010] [debug] [pid 7465:tid 3063937904] 
ssl_util_ocsp.c(79): [client 10.0.2.2:3988] connecting to OCSP responder 
'ocsp.trust.telia.com'
[Tue Aug 17 14:14:54.751235 2010] [debug] [pid 7465:tid 3063937904] 
ssl_util_ocsp.c(105): [client 10.0.2.2:3988] sending request to OCSP responder
[Tue Aug 17 14:14:54.775514 2010] [debug] [pid 7465:tid 3063937904] 
ssl_util_ocsp.c(209): [client 10.0.2.2:3988] OCSP response header: Date: Tue, 
17 Aug 2010 14:14:54 GMT
[Tue Aug 17 14:14:54.775657 2010] [debug] [pid 7465:tid 3063937904] 
ssl_util_ocsp.c(209): [client 10.0.2.2:3988] OCSP response header: Server: 
Apache
[Tue Aug 17 14:14:54.775693 2010] [debug] [pid 7465:tid 3063937904] 
ssl_util_ocsp.c(209): [client 10.0.2.2:3988] OCSP response header: 
Content-Length: 1264
[Tue Aug 17 14:14:54.775727 2010] [debug] [pid 7465:tid 3063937904] 
ssl_util_ocsp.c(209): [client 10.0.2.2:3988] OCSP response header: Connection: 
close
[Tue Aug 17 14:14:54.775760 2010] [debug] [pid 7465:tid 3063937904] 
ssl_util_ocsp.c(209): [client 10.0.2.2:3988] OCSP response header: 
Content-Type: application/ocsp-response
[Tue Aug 17 14:14:54.775794 2010] [debug] [pid 7465:tid 3063937904] 
ssl_util_ocsp.c(252): [client 10.0.2.2:3988] OCSP response: got 1264 bytes, 
1264 total
[Tue Aug 17 14:14:54.775861 2010] [debug] [pid 7465:tid 3063937904] 
ssl_util_ocsp.c(235): [client 10.0.2.2:3988] OCSP response: got EOF
[Tue Aug 17 14:14:54.778718 2010] [error] [pid 7465:tid 3063937904] SSL Library 
Error: error:2707307F:OCSP routines:OCSP_check_validity:status too old
[Tue Aug 17 14:14:54.779238 2010] [error] [pid 7465:tid 3063937904] [client 
10.0.2.2:3988] Certificate Verification: Error (50): application verification 
failure
[Tue Aug 17 14:14:54.785691 2010] [info] [pid 7465:tid 3063937904] [client 
10.0.2.2:3988] SSL library error 1 in handshake (server 
fedoragui.mydomain.com:443)
[Tue Aug 17 14:14:54.786404 2010] [info] [pid 7465:tid 3063937904] SSL Library 
Error: error:140890B2:SSL