[
https://issues.apache.org/activemq/browse/AMQNET-239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57954#action_57954
]
Andreas Ländle edited comment on AMQNET-239 at 3/2/10 3:43 PM:
---------------------------------------------------------------
During my search for SSL implementations i found the following article.
http://blogs.msdn.com/cgarcia/archive/2009/08/21/enable-ssl-for-managed-socket-on-windows-mobile.aspx
It looks very simple - but requires compact framework 3.5.
I tried to implement it into the NMS/Stomp-Client. On the quick i failed - i
also hit the mentioned problem "A blocking operation is currently executing"
(http://blogs.msdn.com/cgarcia/archive/2009/08/21/enable-ssl-for-managed-socket-on-windows-mobile.aspx#9966361)
while connecting to the broker.
But I'm more and more convinced that this could be a solution!
The following links are also discussing the SSL problem
http://forum.ag-software.de/thread/259
http://forum.ag-software.de/thread/753
AG-Software agsXMPP SDK (http://www.ag-software.de/agsxmpp-sdk.html) seems to
use (http://www.bouncycastle.org/csharp/) while there product Matrix seems to
use the 'socket -manipulation-workaround'.
was (Author: alsoloplan):
During my search for SSL implementations i found the following article.
http://blogs.msdn.com/cgarcia/archive/2009/08/21/enable-ssl-for-managed-socket-on-windows-mobile.aspx
It looks very simple - but requires compact framework 3.5.
I haven't had the time to try to implement and test it together with the Stomp
Client :-(
Maybe this points out a direction...
> Add support for SSL to NMS/Stomp
> --------------------------------
>
> Key: AMQNET-239
> URL: https://issues.apache.org/activemq/browse/AMQNET-239
> Project: ActiveMQ .Net
> Issue Type: Improvement
> Components: ActiveMQ, NMS, Stomp
> Affects Versions: 1.2.0
> Reporter: Andreas Ländle
> Assignee: Timothy Bish
> Fix For: 1.3.0
>
>
> As far as i can see there is still no support for SSL in NMS. I guess that
> there is a demand to secure communication between client and broker (e.g. in
> a highly distributed environment where client and broker are connected via
> the public internet).
> So my wish is a possibility to secure my communication between the client and
> the broker using NMS.
> Are there any capabilities i have missed?
> I think the same issue has been disused in august 2008
> (http://old.nabble.com/NMS-ssl-support-td19047073.html)
> Best regards,
> Andreas Ländle
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.