-
Notifications
You must be signed in to change notification settings - Fork 154
Allow setting CAPATH for libcurl backend #4983
Copy link
Copy link
Closed as not planned
Labels
Azure.CoreClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK team
Metadata
Metadata
Assignees
Labels
Azure.CoreClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK team
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Currently the sdk allows setting for CAInfo for libcurl backend. However, depending on the setting of the OS, sometimes only CA certificate directory can be provided by default. So users need to specify a specific certificate for SSL communication, which is not user-friendly.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Allow setting CURLOPT_CAPATH
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
No user-friendly alternative other than a local patch
Additional context
Add any other context or screenshots about the feature request here.
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report