Skip to content

Commit 10647ec

Browse files
author
Alexandru Scvortov
committed
dotnet-client: SSL works with all versions of OTP
1 parent 9e01ceb commit 10647ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/RabbitMQ.Client/src/client/api/ConnectionFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public AmqpTcpEndpoint Endpoint
165165
{
166166
get
167167
{
168-
return new AmqpTcpEndpoint(Protocol, HostName, Port);
168+
return new AmqpTcpEndpoint(Protocol, HostName, Port, Ssl);
169169
}
170170
set
171171
{

0 commit comments

Comments
 (0)