mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 05:14:22 +08:00
[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:
@@ -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/";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user