File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
172172version = " 1.2.0"
173173
174174[[deps .OpenSSL_jll ]]
175- deps = [" Artifacts" , " Libdl" ]
175+ deps = [" Artifacts" , " Libdl" , " MozillaCACerts_jll " ]
176176uuid = " 458c3c95-2e84-50aa-8efc-19380b2a3a95"
177177version = " 3.0.13+1"
178178
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ version = "3.0.13+1"
55[deps ]
66Libdl = " 8f399da3-3557-5675-b5ff-fb832c97cbdb"
77Artifacts = " 56f22d72-fd6d-98f1-02f0-08ddc0907c33"
8+ MozillaCACerts_jll = " 14a3606d-f60d-562e-9121-12d972cd8159"
89
910[compat ]
1011julia = " 1.6"
Original file line number Diff line number Diff line change 44
55baremodule OpenSSL_jll
66using Base, Libdl, Base. BinaryPlatforms
7+ using MozillaCACerts_jll: cacert
78
89const PATH_list = String[]
910const LIBPATH_list = String[]
@@ -43,6 +44,9 @@ function __init__()
4344 global artifact_dir = dirname (Sys. BINDIR)
4445 LIBPATH[] = dirname (libssl_path)
4546 push! (LIBPATH_list, LIBPATH[])
47+
48+ # If not already done, set the environment variable `SSL_CERT_FILE`.
49+ get! (ENV , " SSL_CERT_FILE" , cacert)
4650end
4751
4852# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
You can’t perform that action at this time.
0 commit comments