actions take 53

This commit is contained in:
Jay Lee
2020-12-04 05:09:24 -05:00
parent cc47a93872
commit 78485ae4e9

View File

@@ -100,7 +100,7 @@ jobs:
openssl_line=($vline)
this_openssl=${openssl_line[1]}
$python tools/a_atleast_b.py $this_openssl $MIN_OPENSSL_VERSION
Check TLS version in use
# Check TLS version in use
$gam version extended | grep TLSv1\.[23]; fi # Builds should default TLS 1.2 or 1.3 to Google
GAM_TLS_MIN_VERSION=TLSv1_2 $gam version extended location tls-v1-0.badssl.com:1010; [[ $? == 3 ]]; # expect fail since server doesn't support our TLS version