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

Fall back to bundled cacert.pem. #241

Closed
wants to merge 2 commits into from
Closed

Fall back to bundled cacert.pem. #241

wants to merge 2 commits into from

Conversation

fredrikekre
Copy link
Member

No description provided.

```
using MozillaCACerts_jll
write("src/cacert.pem", read(MozillaCACerts_jll.cacert))
```
@codecov
Copy link

codecov bot commented Jul 9, 2022

Codecov Report

Merging #241 (1f3d37c) into master (0c02e44) will increase coverage by 0.08%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #241      +/-   ##
==========================================
+ Coverage   71.81%   71.89%   +0.08%     
==========================================
  Files          12       12              
  Lines         699      701       +2     
==========================================
+ Hits          502      504       +2     
  Misses        197      197              
Impacted Files Coverage Δ
src/ssl.jl 67.37% <100.00%> (+0.23%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0c02e44...1f3d37c. Read the comment docs.

@quinnj
Copy link
Member

quinnj commented Jul 18, 2022

Sorry, missed this PR. Yeah, this is a good idea. Do you think we should just fallback to the Julia-bundled cert instead of having our own at all?

@fredrikekre
Copy link
Member Author

Yea that seems easier, didn't know there was one, thought it was only the one from the JLL

@quinnj
Copy link
Member

quinnj commented Jul 18, 2022

Alternative PR proposed: #246

@fredrikekre fredrikekre deleted the fe/cacert branch July 18, 2022 17:33
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