From 21f33e591185fcd8ea5fa02924ffca6f7bf6a686 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 6 May 2020 23:55:23 +0200 Subject: SSL test server: Use port 6790, like "test server #2" Don't use the "standard" IRC SSL port 6697, as this easily collides with real (ng)IRCd instances running on the same machine. And by reusing port 6790, which is already used by the "test server #2", we don't need any other port than the test suite already uses. --- src/testsuite/ngircd-test3.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testsuite/ngircd-test3.conf') diff --git a/src/testsuite/ngircd-test3.conf b/src/testsuite/ngircd-test3.conf index 198c982f..1117e37b 100644 --- a/src/testsuite/ngircd-test3.conf +++ b/src/testsuite/ngircd-test3.conf @@ -13,7 +13,7 @@ CertFile = ssl/cert.pem KeyFile = ssl/key.pem DHFile = ssl/dhparams.pem - Ports = 6697 + Ports = 6790 [Limits] -- cgit 1.4.1