[
https://issues.apache.org/jira/browse/AMQ-6118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15117887#comment-15117887
]
Christopher L. Shannon commented on AMQ-6118:
---------------------------------------------
Yes, that's what I mean. I haven't tested it (I mostly using linux) but it
looked like setting that in the bat script would be enough to pass it to the
jvm, just like the linux script. If you then use the bat file to launch the
broker it should use it but again you'd need to test that. Any CRL checking
with OCSP would then be done by the default SSL implementation in the JDK.
ActiveMQ doesn't have anything specific for that right now.
> ActiveMQ SSL CRL Checking via OCSP
> ----------------------------------
>
> Key: AMQ-6118
> URL: https://issues.apache.org/jira/browse/AMQ-6118
> Project: ActiveMQ
> Issue Type: Bug
> Components: Broker
> Affects Versions: 5.12.1
> Environment: Windows Server 2012R2 with ActiveMQ Windows Distribution
> Reporter: Marko Jovanovic
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)