Hi guys,

while looking at NMS we found that in  SslTransport.cs
<http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Transport/Tcp/SslTransport.cs>
  
it is hard coded to use 'SslProtocols.Default' which points to TLS 1.0 only
(see  API
<http://msdn.microsoft.com/en-us/library/system.security.authentication.sslprotocols%28v=vs.110%29.aspx>
 
).

How can we force the usage of TLS 1.1 or higher while connecting via NMS to
the broker?

Thanks,
Tom




--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Apache-NMS-using-other-SSL-TLS-Version-rather-than-SslProtocols-Default-tp4680612.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to