-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add support of providing CA path directory for Azure SDK's libcurl backend #867
Conversation
Pending corresponding patch for conda environment. Conda does not support patching sources locally |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Thank you.
Have you tested that this works to connect to a real Azure blob store (not just an Azurite emulated one)?
9c3c291
to
1eb8167
Compare
Azure/azure-sdk-for-cpp#4982 |
PR merged. Awaiting Azure SDK pin being updated on conda feedstock |
Azure/azure-sdk-for-cpp#4982 (comment)
|
This PR will be put on-hold as Azure/azure-sdk-for-cpp#4982 (comment) stated that the PR on Azure SDK won't be officially release until 10th Nov. |
1eb8167
to
5c4924d
Compare
657d396
to
25fe885
Compare
6f79f58
to
e85b4d3
Compare
Revoke removing assert Remove useless ca cert path in non ssl enabled testing environment Address PR comment Better test Address PR comments Update docs/mkdocs/docs/api/arctic_uri.md Co-authored-by: Alex Seaton <[email protected]>
8fd0db9
to
7ae8e2e
Compare
Reference Issues/PRs
#514
What does this implement/fix? How does it work (high level)? Highlight notable design decisions.
Add support of providing CA path directory for Azure SDK's underlying libcurl. This PR includes two parts:
This PR will be depended by the feature of auto supplying Linux OS-default CA cert to Azure's libcurl backend.
Any other comments?
Checklist
Checklist for code changes...