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:
Dirk Wetter
2025-11-28 13:28:58 +01:00
parent 2b06c97f19
commit d3c33867d7

View File

@@ -54,6 +54,7 @@ $tests++;
unlink $json_file;
#3
$uri="testssl.net";
$terminal_out = `$prg --ssl-native $check2run $json_file $uri 2>&1`;
$json_string = json($json_file);
unlike($terminal_out, qr/$openssl_errors/, "via (builtin) OpenSSL, checking terminal output");