Skip to content

Commit 153199a

Browse files
committed
ci: don't use --insecure
mbedTLS has fixed their certificate. πŸŽ‰
1 parent 8621bdd commit 153199a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žazure-pipelines/docker/bionicβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt-get update && \
2525

2626
FROM apt AS mbedtls
2727
RUN cd /tmp && \
28-
curl --insecure --location --silent --show-error https://tls.mbed.org/download/mbedtls-2.16.2-apache.tgz | \
28+
curl --location --silent --show-error https://tls.mbed.org/download/mbedtls-2.16.2-apache.tgz | \
2929
tar -xz && \
3030
cd mbedtls-2.16.2 && \
3131
scripts/config.pl set MBEDTLS_MD4_C 1 && \

β€Žazure-pipelines/docker/xenialβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN apt-get update && \
2929

3030
FROM apt AS mbedtls
3131
RUN cd /tmp && \
32-
curl --insecure --location --silent --show-error https://tls.mbed.org/download/mbedtls-2.16.2-apache.tgz | \
32+
curl --location --silent --show-error https://tls.mbed.org/download/mbedtls-2.16.2-apache.tgz | \
3333
tar -xz && \
3434
cd mbedtls-2.16.2 && \
3535
scripts/config.pl set MBEDTLS_MD4_C 1 && \

0 commit comments

Comments
Β (0)