Skip to content

Commit 00369a1

Browse files
committed
IANA assigned port for AMQP over TLS/SSL is 5671
1 parent 56486a0 commit 00369a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unit/TestSslEndpoint.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public void TestHostWithPort() {
7171
cf.Parameters.Ssl.Enabled = true;
7272

7373
IProtocol proto = Protocols.DefaultProtocol;
74-
IConnection conn = cf.CreateConnection(proto, "localhost", 5673);
74+
IConnection conn = cf.CreateConnection(proto, "localhost", 5671);
7575

7676
IModel ch = conn.CreateModel();
7777

0 commit comments

Comments
 (0)