mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #2425] S3FS SSL Client Certificate #1195
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1195
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wil2business on GitHub (Mar 4, 2024).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2425
Additional Information
Version of s3fs being used (
s3fs --version)V1.93 (commit:b97fd47) with OpenSSLVersion of fuse being used (
pkg-config --modversion fuse,rpm -qi fuseordpkg -s fuse)2.9.7Kernel information (
uname -r)4.18.0-513.18.1.el8_9.x86_64GNU/Linux Distribution, if applicable (
cat /etc/os-release)Red Hat Enterprise Linux release 8.9 (Ootpa)How to run s3fs, if applicable
[] command line
Details about issue
I am having a problem passing client certificate to the server. my setup has NGINX server with "ssl_verify_client on" requiring S3FS to read and submit client certificate.
It would equivalent to "curl --cert --cacert <cert_path> --key --cacert <key_path>--cacert <cert_path> ... or setting up .curlrc configuration file.
How do I achieve this functionality on RHEL8 machine?