You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
We have a function to initialize SSL on the three different platforms when ca-certificates is not installed in the same prefix.
On Windows, we choose schannel (the native solution), on macOS we use SecureSystem and on Linux we bundle OpenSSL but use the host certificates (as found in some default locations).
Would be cool to port this function to powerloader and use it when necessary:
We have a function to initialize SSL on the three different platforms when
ca-certificates
is not installed in the same prefix.On Windows, we choose
schannel
(the native solution), on macOS we use SecureSystem and on Linux we bundle OpenSSL but use the host certificates (as found in some default locations).Would be cool to port this function to powerloader and use it when necessary:
https://github.com/mamba-org/mamba/blob/e5bb726e02a948f8e97e69a1e371dde6e8824823/libmamba/src/core/fetch.cpp#L21-L136
The text was updated successfully, but these errors were encountered: