mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-19 05:31:37 +00:00
actions take 53
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user