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

fix: switch HTTP.jl to use MbedTLS #70

Closed
wants to merge 1 commit into from
Closed

Conversation

vdayanand
Copy link
Member

Looks like HTTP via OpenSSL.jl doesn't look up system certs .i.e doesn't respect NetworkOptions environment variables. Instead it only looks into julia bundled certs (/share/julia/cert.pem). However switching to MbedTLS works.

@pfitzseb
Copy link
Member

Not the biggest fan of this since it modifies global context available outside of the package...

@vdayanand
Copy link
Member Author

This PR is not a priority anymore, so it can be closed.
Just FYI, the approach here is suggested officially in https://juliaweb.github.io/HTTP.jl/stable/reference/#HTTP.request

@pfitzseb pfitzseb closed this Jul 29, 2024
@vdayanand vdayanand deleted the v/switchmbedtls branch August 9, 2024 06:42
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

Successfully merging this pull request may close these issues.

2 participants