We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the location of the certificate roots file is hard coded:
Git.jl/src/git_function.jl
Line 33 in a7fd3e9
However, this should be determined by NetworkOptions.jl: https://github.com/JuliaLang/NetworkOptions.jl#ca_roots_path
One reason for this is that the location of the certificate roots file should be able to be overriden by changing JULIA_SSL_CA_ROOTS_PATH.
JULIA_SSL_CA_ROOTS_PATH
The text was updated successfully, but these errors were encountered:
NetworkOptions.ca_roots_path()
Successfully merging a pull request may close this issue.
Currently, the location of the certificate roots file is hard coded:
Git.jl/src/git_function.jl
Line 33 in a7fd3e9
However, this should be determined by NetworkOptions.jl:
https://github.com/JuliaLang/NetworkOptions.jl#ca_roots_path
One reason for this is that the location of the certificate roots file should be able to be overriden by changing
JULIA_SSL_CA_ROOTS_PATH
.The text was updated successfully, but these errors were encountered: