mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #896] Firefox doesn't accept SSL certificates anymore #607
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#607
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 @curiosity-seeker on GitHub (Nov 6, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/896
Today on my Fedora system I got Firefox 49.0.2 and the newest Firejail version from the heikoada-firejail copr. After starting Firefox it would no longer accept ANY SSL certificates. The same happened in Thunderbird 45.4.0 - obviously because firefox.profile is included in its profile.
Only after commenting the
private-etcline in firefox.profile everything worked again as expected. So something has changed - presumably in Firejail, as there was no new Thunderbird version, and Thunderbird should not be affected by changes in Firefox itself.If I'm not mistaken the
private-etcline hasn't changed lately so it must be caused by something else.EDIT: I should have mentioned that Firefox and Thunderbird started un-sandboxed didn't have any problems.
@curiosity-seeker commented on GitHub (Nov 6, 2016):
It seems that I found the culprit:
alternativesis missing in theprivate-etcline. After adding it all is well.The funny thing is that I have such an entry in my individual firefox.profile in ~/.config/firejail with /etc/firejail/firefox.profile included. So far I had no problems - doesn't it take precedence over the
private-etcline in /etc/firejail/firefox.profile anymore?@netblue30 commented on GitHub (Nov 6, 2016):
I took out private-etc from the profile, thanks.
@curiosity-seeker commented on GitHub (Nov 6, 2016):
Yes, but how can taking out private-bin cause this problem?
@netblue30 commented on GitHub (Nov 6, 2016):
Sorry, I meant private-etc.