mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1418] No SSL fingerprints shown in GUI #1095
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1095
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 @RenWal on GitHub (Nov 11, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1418
What happened?
After upgrading via
snap refresh barrier, no SSL fingerprints are shown in the GUI.The fingerprints do exist in
/home/user/snap/barrier/682/.local/share/barrier/SSL/Fingerprints/Local.txtand I can connect with another up to date client just fine. The fingerprint that the client displays in the security check dialog matches the SHA256 fingerprint from this file.Version
v2.4.0
Git commit hash (if applicable)
ac5a1bfdIf applicable, where did you install Barrier from?
snap: barrier 2.4.0-4-gac5a1bfd by shymega (rev. 682)
What OSes are you seeing the problem on? (Check all that apply)
Linux
What OS versions are you using?
Ubuntu 20.04.3
Linux 5.11.0-38-generic #42~20.04.1-Ubuntu
Relevant log output
No response
Any other information
No response
@RenWal commented on GitHub (Nov 11, 2021):
I just figured out that the bug goes away after toggling
Require client certificateon in the settings. Then, you can switch it back off and the fingerprint stays visible.