mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1064] SSL Error when using Dell ECS #584
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#584
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 @jheiselman on GitHub (Jul 2, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1064
Version of s3fs being used (s3fs --version)
Amazon Simple Storage Service File System V1.82(commit:unknown) with GnuTLS(gcrypt)
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
2.9.7-1ubuntu1
Kernel information (uname -r)
4.15.0-54-generic
GNU/Linux Distribution, if applicable (cat /etc/os-release)
NAME="Ubuntu"
VERSION="18.04.2 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.2 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
s3fs command line used, if applicable
/etc/fstab entry, if applicable
NA
s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)
if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages
Details about issue
We have a Dell EMC ECS Appliance. Accessing the appliance from other tools works fine, however, use s3fs fails when it compares the SSL Certificate Name against the host name, despite using the no_check_certificate option.
@jheiselman commented on GitHub (Jul 2, 2019):
Just compiled from tag 1.85 and retested:
Version of s3fs being used (s3fs --version)
Amazon Simple Storage Service File System V1.85(commit:unknown) with OpenSSL
Version of fuse being used (dpkg -s fuse)
2.9.7-1ubuntu1
Kernel information (uname -r)
4.15.0-54-generic
s3fs command being used
Output from above command
@gaul commented on GitHub (Jul 2, 2019):
Could you try setting
-o ssl_verify_hostname=0? Unfortunately this is not documented and I will submit a pull request to address it.@jheiselman commented on GitHub (Jul 2, 2019):
That did indeed work for me. Thank you @gaul !
@JossWhittle commented on GitHub (May 9, 2022):
This also solved my issue when connecting to a Ceph s3 cluster. Not sure if Ceph s3 causes this in general, but there's a keyword in case someone else tries to search of this.
Can this information be added to the FAQ? https://github.com/s3fs-fuse/s3fs-fuse/wiki/FAQ
It took quite a bit of searching in the issues tab with different parts of the log output until I found this thread.