mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-17 09:22:54 +02:00
Pick another host for unit tests
heise.de seems too often run into to timeouts when doing this unit test. Thus it is being changed to web.de, hoping it works better.
This commit is contained in:
@ -10,7 +10,7 @@ use Text::Diff;
|
||||
|
||||
my $tests = 0;
|
||||
my $prg="./testssl.sh";
|
||||
my $uri="heise.de";
|
||||
my $uri="web.de";
|
||||
my $out="";
|
||||
my $html="";
|
||||
my $debughtml="";
|
||||
|
Reference in New Issue
Block a user