mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1828] Ubuntu 18.04, Buster, and Leap 15 CI fail #939
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#939
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 @gaul on GitHub (Jan 2, 2022).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1828
These fail with:
@gaul commented on GitHub (Jan 3, 2022):
Buster mime-support should have
/etc/mime.types:https://packages.debian.org/buster/mime-support
But this is not installed by default and
apt-getdoes not install it?!@gaul commented on GitHub (Jan 3, 2022):
The MIME issue was a red herring; the real error is above:
I am not sure how this succeeded before but using HTTP resolve this.
@petrus-v commented on GitHub (Jan 3, 2022):
Just an idea in reading this PR (I haven't tools to open the keystore.jks on my local machine) I'm wondering if the keystore.jks could contains self signed ssl certificat for localhost that could be used for testing secure things which coud expire at some point ?
@gaul commented on GitHub (Jan 3, 2022):
The tests use a self-signed certificate which succeeds for newer distributions but fails for older ones. I suspect that the certificate that Java generates is somehow incompatible with the older Python implementation. There could be other solutions to this but using HTTP provides a slight performance advantage so maybe not worth investigating.
@petrus-v commented on GitHub (Jan 3, 2022):
ok thanks for reply !
@gaul commented on GitHub (Jan 4, 2022):
Duplicate of #1812?
@ggtakec commented on GitHub (Jan 4, 2022):
@gaul
Yes, this issue is the same as #1812.
I've been investigating (and still investigating) a lot, but I still don't know the cause.
Could it be the cause of keystore.jks?
(I'm not very familiar with it)
I also tested renewal of CA certificate(package) and everything I can think, but the result was the same.
@gaul commented on GitHub (Jan 8, 2022):
Duplicate of #1812.