ShaharSep commented on code in PR #21:
URL:
https://github.com/apache/activemq-nms-openwire/pull/21#discussion_r886019118
##########
src/Transport/Tcp/SslContext.cs:
##########
@@ -6,7 +6,7 @@ class SslContext
{
private String sslProtocol;
- public SslContext() : this("Tls")
+ public SslContext() : this("None")
Review Comment:
Since this value should correspond the SslProtocols enum,
I would suggest to replace the string with SslProtocols.None.ToString()
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]