You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Christoffer Sawicki (JIRA)" <ji...@apache.org> on 2014/01/30 16:16:11 UTC

[jira] [Created] (AMQNET-469) Add support for self-signed broker certificates

Christoffer Sawicki created AMQNET-469:
------------------------------------------

             Summary: Add support for self-signed broker certificates
                 Key: AMQNET-469
                 URL: https://issues.apache.org/jira/browse/AMQNET-469
             Project: ActiveMQ .Net
          Issue Type: Improvement
            Reporter: Christoffer Sawicki
            Assignee: Jim Gomes
         Attachments: add-support-for-self-signed-broker-certificates.patch

ActiveMQ NMS does currently not support self-signed broker certificates since doing so requires a custom System.Net.Security.RemoteCertificateValidationCallback AFAIK.

The attached patch adds the new configuration option "brokerCertFilename" to SslTransport(Factory) that when used enables an alternative RemoteCertificateValidationCallback that supports self-signed certificates through direct certificate comparison.

Note #1: The patch does currently not include an automated test, but I'm willing to work on that if that's the only obstacle for integration.

Note #2: Apache.NMS.Stomp could/should be patched the same way.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)