Skip to content
New issue

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

Set JULIA_SSL_CA_ROOTS_PATH #167

Closed
mkitti opened this issue Jan 3, 2022 · 1 comment
Closed

Set JULIA_SSL_CA_ROOTS_PATH #167

mkitti opened this issue Jan 3, 2022 · 1 comment

Comments

@mkitti
Copy link
Contributor

mkitti commented Jan 3, 2022

Julia is not locating the conda-forge ca-certificates.

julia> using NetworkOptions

julia> NetworkOptions.ca_roots()
"/etc/ssl/certs/ca-certificates.crt"

We should set

JULIA_SSL_CA_ROOTS_PATH=$CONDA_PREFIX/ssl/cacert.pem

then

julia> using NetworkOptions

julia> NetworkOptions.ca_roots()
"/home/mkitti/anaconda3/envs/julia171_test/ssl/cacert.pem"

julia> ENV["JULIA_SSL_CA_ROOTS_PATH"]
"/home/mkitti/anaconda3/envs/julia171_test/ssl/cacert.pem"
@ngam
Copy link
Contributor

ngam commented Jan 5, 2022

We should address this alongside the rebuild for openlibm: #171 and #170

@ngam ngam mentioned this issue Jan 5, 2022
5 tasks
@ngam ngam closed this as completed Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants