We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b795a commit c69f872Copy full SHA for c69f872
src/unit/TestSslEndpoint.cs
@@ -68,7 +68,6 @@ public void TestHostWithPort() {
68
ConnectionFactory cf = new ConnectionFactory();
69
70
cf.Parameters.Ssl.ServerName = System.Net.Dns.GetHostName();
71
-// cf.Parameters.Ssl.CertPath = "/etc/rabbitmq/clientcert.cer";
72
cf.Parameters.Ssl.Enabled = true;
73
74
IProtocol proto = Protocols.DefaultProtocol;
0 commit comments