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

OpenSSL.jl ignores JULIA_SSL_CA_ROOTS_PATH #37

Open
mortenpi opened this issue Jul 29, 2024 · 0 comments
Open

OpenSSL.jl ignores JULIA_SSL_CA_ROOTS_PATH #37

mortenpi opened this issue Jul 29, 2024 · 0 comments

Comments

@mortenpi
Copy link

It seems that OpenSSL.jl doesn't honor JULIA_SSL_CA_ROOTS_PATH, which means that if you're using HTTP.jl with the default backend, the requests will fail against servers using custom certifications with OpenSSL.OpenSSLError("unable to get local issuer certificate").

Would it make sense to depend on https://github.com/JuliaLang/NetworkOptions.jl to pick up the path, and pass ca_roots_path() on the the OpenSSL library? I assume there's some way to configure the CA path.

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

1 participant