[GH-ISSUE #1846] Allow custom CA certificates #941

Closed
opened 2026-03-04 01:50:06 +03:00 by kerem · 1 comment
Owner

Originally created by @gaul on GitHub (Jan 8, 2022).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1846

This would allow s3fs tests to not specify the -o no_check_certificate flag. I believe we need to call:

curl_easy_setopt(curl, CURLOPT_CAINFO, cacert);

References #1845.

Originally created by @gaul on GitHub (Jan 8, 2022). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1846 This would allow s3fs tests to not specify the `-o no_check_certificate` flag. I believe we need to call: ```c curl_easy_setopt(curl, CURLOPT_CAINFO, cacert); ``` References #1845.
kerem closed this issue 2026-03-04 01:50:06 +03:00
Author
Owner

@gaul commented on GitHub (Jan 9, 2022):

TODO: Investigate CURL_CA_BUNDLE environment variable.

<!-- gh-comment-id:1008239708 --> @gaul commented on GitHub (Jan 9, 2022): TODO: Investigate `CURL_CA_BUNDLE` environment variable.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#941
No description provided.