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 CURL cert file path override for REST #1452

Merged
merged 1 commit into from
Dec 6, 2019
Merged

Fix CURL cert file path override for REST #1452

merged 1 commit into from
Dec 6, 2019

Conversation

ihnorton
Copy link
Member

@ihnorton ihnorton commented Dec 6, 2019

GlobalState::cert_file is a single-file cert store, which corresponds
to CURLOPT_CAINFO. CURLOPT_CAPATH expects a directory.

--
x-ref #1376 and #1393 and #1451 for reference.

GlobalState::cert_file is a single-file cert store, which corresponds
to CURLOPT_CAINFO. CURLOPT_CAPATH expects a directory.
@ihnorton ihnorton requested a review from Shelnutt2 December 6, 2019 18:41
@Shelnutt2 Shelnutt2 added this to the 1.7.2 milestone Dec 6, 2019
@Shelnutt2 Shelnutt2 added backport tags commits to backport to release branch rest labels Dec 6, 2019
@ihnorton ihnorton merged commit 452e08b into dev Dec 6, 2019
@ihnorton ihnorton deleted the ihn_fix_cainfo branch December 6, 2019 19:38
ihnorton added a commit that referenced this pull request Dec 6, 2019
GlobalState::cert_file is a single-file cert store, which corresponds
to CURLOPT_CAINFO. CURLOPT_CAPATH expects a directory.
ihnorton added a commit that referenced this pull request Dec 11, 2019
GlobalState::cert_file is a single-file cert store, which corresponds
to CURLOPT_CAINFO. CURLOPT_CAPATH expects a directory.
@ihnorton ihnorton removed the backport tags commits to backport to release branch label Jan 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants