You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Enrique García (JIRA)" <ji...@apache.org> on 2015/04/29 19:53:07 UTC

[jira] [Updated] (AMQNET-500) Using Ssl transport with certificates failure

     [ https://issues.apache.org/jira/browse/AMQNET-500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Enrique García updated AMQNET-500:
----------------------------------
    Attachment: SslTransport_X509StorePatch.diff

Workaround for the mono X509Store bug (different behaviour in mono and .NET).

> Using Ssl transport with certificates failure
> ---------------------------------------------
>
>                 Key: AMQNET-500
>                 URL: https://issues.apache.org/jira/browse/AMQNET-500
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>          Components: ActiveMQ
>    Affects Versions: 1.7.1
>         Environment: Mono
>            Reporter: Enrique García
>            Assignee: Jim Gomes
>            Priority: Minor
>              Labels: ssl
>         Attachments: SslTransport_X509StorePatch.diff
>
>
> Using the SSL transport and a certificate from the X509Store with mono is not possible. That is because of a bug in the mono implementation of the X509Store (I sent a patch yesterday). The X509Store.Certificates returns a reference to the internal list of certificates which is closed after calling X509Store.Close(). I implemented a workaround in the code you could use if you consider it useful.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)