From 864b7f0a96d902d31fc5b15373330dae9cea8858 Mon Sep 17 00:00:00 2001 From: vdayanand Date: Fri, 26 Jul 2024 12:10:21 +0530 Subject: [PATCH] fix: switch HTTP.jl to use MbedTLS --- src/JuliaHub.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/JuliaHub.jl b/src/JuliaHub.jl index b371d3541..32e6381e0 100644 --- a/src/JuliaHub.jl +++ b/src/JuliaHub.jl @@ -36,6 +36,7 @@ function __init__() # and store the result in a global. This way all timestamps will have consistent timezones # even if something in the environment changes. _LOCAL_TZ[] = _localtz() + HTTP.SOCKET_TYPE_TLS[] = HTTP.MbedTLS.SSLContext end end