Details
Description
For some unknown reason, the CRL Check via OCSP isn't working in Windows ActiveMQ 5.12.1
After reviewing the Linux distribution of Activemq there was a configuration line found in the file bin/env.
The Config in Linux Distribution looked like:
- Set additional JSE arguments
#ACTIVEMQ_SSL_OPTS="-Dcom.sun.security.enableCRLDP=true -Docsp.enable=true -Docsp.responderURL=http://ocsp.example.net:80"
Where to set it in Windows file distribution?
Tried to set it in activemq file but no success. I couldn't see any request going to the responder URL which I configured.
Think there is a general Problem with the code concerning OCSP functionality.