Hi John-
Yes, you can do this with a little code stubbing for your unit test.
WARNING: Do not ship any of these dummy test classes to production or other
operational environments.
1. Create a dummy ssl socket factory class
2. Create a test class that extends the ActiveMQ LDAPLoginModule and ove
Hi John,
I don't think you can disable SSL certificate verification checks
in LDAPLoginModule but you could use a tool like stunnel to forward you SSL
traffic disabling certificate verification checks.
Regards,
Domenico
On Mon, 21 Oct 2024 at 10:54, John, Richard
wrote:
> Good morning.
>
> Is