mirror of
https://github.com/reactos/reactos.git
synced 2024-11-27 05:23:33 +08:00
[ROSAUTOTEST] Use tlsv1.reactos.org for submitting test results now that reactos.org is TLS 1.2+
We still need to be able to submit test results from Windows Server 2003, which supports TLS 1.0 only.
This commit is contained in:
parent
56aa5137e7
commit
3c02749f92
@ -1,13 +1,13 @@
|
||||
/*
|
||||
* PROJECT: ReactOS Automatic Testing Utility
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: Class implementing the interface to the "testman" Web Service
|
||||
* COPYRIGHT: Copyright 2009-2015 Colin Finck (colin@reactos.org)
|
||||
* COPYRIGHT: Copyright 2009-2020 Colin Finck (colin@reactos.org)
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
static const WCHAR szHostname[] = L"reactos.org";
|
||||
static const WCHAR szHostname[] = L"tlsv1.reactos.org";
|
||||
static const WCHAR szServerFile[] = L"testman/webservice/";
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user