[ROSAUTOTEST] Use default port 443 for CWebService again.

Port 8443 was an extra TLS 1.1 server hosting only the testman webservice at a time when TLS 1.1 was still an option and we had no other choice on XP/2003.

Now that we can use curl and TLS 1.2/1.3 on these platforms thanks to Mark, there is no need for that extra server anymore.
I'd like to retire it at some point.
This commit is contained in:
Colin Finck
2026-06-21 14:14:32 +02:00
parent 4d2238e07a
commit 175abbf8c2

View File

@@ -8,7 +8,7 @@
#include "precomp.h"
static const CHAR szHostname[] = "reactos.org";
static const INTERNET_PORT ServerPort = 8443;
static const INTERNET_PORT ServerPort = 443;
static const CHAR szServerFile[] = "testman/webservice/";
/**