chore: Debug TLS handshake

This commit is contained in:
Danny Bessems 2024-06-05 17:36:06 +10:00
parent db7860a0e8
commit 2e6ea3f060

@ -12,7 +12,7 @@ ADD https://${REPO_USERNAME}:${REPO_PASSWORD}@sn.itch.fyi/Repository/bin/VMware/
RUN apk --update add --no-cache \ RUN apk --update add --no-cache \
openssl && \ openssl && \
openssl s_client -connect api.github.com:443 -msg -tls1 openssl s_client -connect api.github.com:443 -msg -tls1_2
RUN apk --update add --no-cache \ RUN apk --update add --no-cache \
curl \ curl \
jq && \ jq && \