From 175abbf8c2ea2c650d4f34504d84e1763b65889f Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Sun, 21 Jun 2026 14:14:32 +0200 Subject: [PATCH] [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. --- modules/rostests/rosautotest/CWebService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rostests/rosautotest/CWebService.cpp b/modules/rostests/rosautotest/CWebService.cpp index d7485c96967..1da1fc43e8b 100644 --- a/modules/rostests/rosautotest/CWebService.cpp +++ b/modules/rostests/rosautotest/CWebService.cpp @@ -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/"; /**