mirror of
https://github.com/mirror/wget.git
synced 2026-08-19 09:23:27 +08:00
Move https test server ports from >32767 to <= 32767
* Test-https-badcerts.px: Change port * Test-https-crl.px: Likewise * Test-https-weboftrust.px: Likewise
This commit is contained in:
@@ -81,7 +81,7 @@ unless(-e $servercrt && -e $serverkey && $servercheck == 1)
|
||||
}
|
||||
|
||||
# Try Wget using SSL first without --no-check-certificate. Expect Success.
|
||||
my $port = 62443;
|
||||
my $port = 32443;
|
||||
my $cmdline = $WgetTest::WGETPATH . " --ca-certificate=$cacrt".
|
||||
" https://$testhostname:$port/somefile.txt";
|
||||
my $expected_error_code = 0;
|
||||
|
||||
Reference in New Issue
Block a user