mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-12-10 17:24:01 +01:00
Rather try cloudflare...
instead of google.com. Maybe google's edge server to github has different configuration and thus has not 0-RTT. On my Mac it worked fine before.
This commit is contained in:
@@ -54,6 +54,7 @@ $tests++;
|
|||||||
unlink $json_file;
|
unlink $json_file;
|
||||||
|
|
||||||
#3
|
#3
|
||||||
|
$uri="testssl.net";
|
||||||
$terminal_out = `$prg --ssl-native $check2run $json_file $uri 2>&1`;
|
$terminal_out = `$prg --ssl-native $check2run $json_file $uri 2>&1`;
|
||||||
$json_string = json($json_file);
|
$json_string = json($json_file);
|
||||||
unlike($terminal_out, qr/$openssl_errors/, "via (builtin) OpenSSL, checking terminal output");
|
unlike($terminal_out, qr/$openssl_errors/, "via (builtin) OpenSSL, checking terminal output");
|
||||||
|
|||||||
Reference in New Issue
Block a user