mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2894] Using aria2c with firejail makes it fail to download anything: -> [SocketCore.cc:1018] errorCode=1 SSL/TLS handshake failure: unable to get local issuer certificate #1808
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#1808
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 @MystesofEternity on GitHub (Aug 8, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2894
firejail --seccomp aria2c -x 16 -k 1M https://nchc.dl.sourceforge.net/project/zorin-os/12/Zorin-OS-12.4-Lite-64.iso
08/08 08:37:46 [ERROR] CUID#7 - Download aborted. URI=https://nchc.dl.sourceforge.net/project/zorin-os/12/Zorin-OS-12.4-Lite-64.iso
Exception: [AbstractCommand.cc:351] errorCode=1 URI=https://nchc.dl.sourceforge.net/project/zorin-os/12/Zorin-OS-12.4-Lite-64.iso
-> [SocketCore.cc:1018] errorCode=1 SSL/TLS handshake failure: unable to get local issuer certificate
Using fedora-30 for this and an aria2c I personally built myself from source code in the middle of June 2019
Things I've tried:
=All of the above were lines I added to the aria2c.profile. I added them 2 by 2, commenting out the two lines that gave me a fail. Sadly all of it failed.=
@SkewedZeppelin commented on GitHub (Aug 8, 2019):
those won't do anything for /etc since there is a
private-etcline, try commenting it@MystesofEternity commented on GitHub (Aug 10, 2019):
Thanks! I'll try it out next week as I use it for work to download big resources for coding/developing apps
@MystesofEternity commented on GitHub (Aug 13, 2019):
Thank you very much! It worked!