|
From: Christian F. <hos...@ip...> - 2013-03-15 18:38:10
|
Hello,
I got some problems regarding EJBCA OCSP Responder:
After 'ant va-deploy' a test with
openssl ocsp -issuer ${ISSUER} -cert ${CERT} -url ${OCSP_URL} -resp_text
-respout resp.der
left a desired result.
If I set up external EJBCA with 'ant deploy' the OCSP responder is no
longer working:
19:10:28,845 INFO [OCSPServletBase] Received OCSP request for
certificate with serNo: 4998eade0b66d274, and issuerNameHash:
78b1cf937e7864fdee00add7d924192d1bba879f. Client ip 192.168.71.21.
19:10:28,859 INFO [OCSPServletBase] Adding status information (good)
for certificate with serial '4998eade0b66d274' from issuer
'CN=DemoCA,OU=Demo,C=DE'.
19:10:28,911 ERROR [OCSPServletBase] Error processing OCSP request.
Message: java.lang.RuntimeException: java.lang.NullPointerException.
javax.ejb.EJBException: java.lang.RuntimeException:
java.lang.NullPointerException
Seems OCSP result is available and ok but this type of installation
confuses EJBCA (external node)
Is that an intended behaviour?
An 'ant externalra-gui-deploy' does not break things.
regards
Christian
|