chore: Debug TLS handshake #4
This commit is contained in:
parent
85b8c36315
commit
1a90e017c7
@ -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 && \
|
||||||
timeout 10 openssl s_client -connect api.github.com:443 -msg
|
timeout 10 openssl s_client -connect api.github.com:443 -msg -tls1
|
||||||
RUN apk --update add --no-cache \
|
RUN apk --update add --no-cache \
|
||||||
curl \
|
curl \
|
||||||
jq && \
|
jq && \
|
||||||
|
Loading…
Reference in New Issue
Block a user