Skip to content
Snippets Groups Projects
Commit 52584924 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'scop-master-patch-e318' into 'master'

Fix tab output in OpenSSL 3 checker script

See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8104



Merged-by: default avatarAchilleas Pipinellis <axil@gitlab.com>
Approved-by: default avatarStan Hu <stanhu@gmail.com>
Approved-by: default avatarAchilleas Pipinellis <axil@gitlab.com>
Co-authored-by: default avatarVille Skyttä <ville.skytta@iki.fi>
parents 82abec8a 9d077490
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -89,7 +89,7 @@ options that you can use to enforce specific TLS version or ciphers:
# NOTE: The cipher will be combined with any TLSv1.3 cipher suites that
# have been configured.
if openssl s_client -${tls_version} -cipher "${cipher}" -connect ${SERVER} </dev/null >/dev/null 2>&1; then
echo "\t${cipher}"
printf "\t%s\n" "${cipher}"
fi
done
done
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment