mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #86] Access amazon using HTTPS #49
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#49
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 @chrisgo on GitHub (Nov 22, 2014).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/86
Can't seem to get the
url=https://s3.amazonaws.comworkingUsing 1.78, Debian 7.x instructions (Vagrant using Virtualbox on Mac OSX)
git clone https://github.com/s3fs-fuse/s3fs-fusecd s3fs-fuse/./autogen.sh./configure --prefix=/usr --with-opensslmakesudo make installWhen I try to mount it using
sudo vi /etc/fstabsudo mount /mnt/test-bucketwith the
url=https://s3.amazonaws.com=> mount fails (shows the ???)when I remove the
url=https://s3.amazonaws.comfrom the fstab linesudo mount /mnt/test-bucket succeeds
@ggtakec commented on GitHub (Jan 6, 2015):
I'm sorry for replying late.
If you can, please run s3fs manually with "-d" and "-f" option, and check errors on display.
It seems that s3fs probably puts something error about ssl(openssl library).
thanks in advance for your help.
Regards,
@beamerblvd commented on GitHub (Feb 11, 2015):
With
url=https://s3.amazonaws.comI get these errors:However, if I go to https://s3.amazonaws.com/anything in my browser the certificate appears to be perfect.
@ggtakec commented on GitHub (Mar 4, 2015):
The curl error code 51 means that the SSL peer certificate error occurs when validation of the trust chain(not the actual certificate) fails.
Probably, I think the CA certs file which libcurl looks is different from which the browser you used looks.
So that, I recommend that you should update the CA certs files on your machine.(ex, /etc/ssl/certs)
Thanks in advance for your assistance.
@ggtakec commented on GitHub (Jan 17, 2016):
I'm sorry for that this issue had been left at a long period of time.
If you have this problem yet, please try to use latest code.
If you keep to have this problem, please reopen this issue.
Thanks in advance for your help.