mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #770] Server certificate error #440
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#440
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 @yeniugo on GitHub (May 28, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/770
Additional Information
The following information is very important in order to help us to help you. Omission of the following details may delay your support request or receive no attention at all.
Version of s3fs being used (s3fs --version)
Amazon Simple Storage Service File System V1.83(commit:6555e7e) with OpenSSL
Copyright (C) 2010 Randy Rizun rrizun@gmail.com
License GPL2: GNU GPL version 2 http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Version of fuse being used (pkg-config --modversion fuse)
2.9.2
System information (uname -r)
4.15.13-x86_64-linode106
Distro (cat /etc/issue)
\S
Kernel \r on an \m
s3fs command line used (if applicable)
/etc/fstab entry (if applicable):
hide my bucket and path
s3fs syslog messages (grep s3fs /var/log/syslog, or s3fs outputs)
if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages
Details about issue
this is the debug message
and i don't know what to do?
can i install it used wiki of install?because my server is centos 7.4,when i used it in ubuntu 18.04,is the same error,the error is that.
from the message,all is the certificate check error.and this is all.
@yeniugo commented on GitHub (May 30, 2018):
i find the reason,
python-backports-ssl_match_hostnameerror,i need to reinstall this@yeniugo commented on GitHub (May 30, 2018):
when i update
python-backports-ssl_match_hostnameto the last,it only same question,and i dont know how to solve it@yeniugo commented on GitHub (May 30, 2018):
i change the url to
http://s3.amazonaws.com,and i works,and i need test more.@mattzuba commented on GitHub (Jun 29, 2018):
It's likely because your bucket name contains a period.
@larryboymi commented on GitHub (Aug 8, 2018):
Sorry if I've missed it, but what's the solution if your bucket name contains a period @mattzuba ?
edit:... nvm I saw
use_path_request_stylein the wiki.... thanks!@gaul commented on GitHub (Mar 17, 2019):
Closing based on suggestion by @mattzuba since this is likely cause by periods in the bucket name. Please reopen if symptoms persist.