mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #897] Compare server fingerprint - but how? #717
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#717
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 @ccoenen on GitHub (Oct 3, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/897
When I connect a new client, it asks me to verify the server fingerprint. I would love to do so, but I do not see any way to actually accomplish that. The
SSL Fingerprintfield in the gui is empty despite SSL being enabled.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Have a fingerprint visible.
Desktop (please complete the following information):
Additional context
On this machine, I had Synergy installed previously, maybe that interferes somehow?
@Ashark commented on GitHub (Oct 4, 2020):
I was going to file exactly this bug.
As I remember, there was not a possibility to see server's fingerprint even at times when this fork was not existent, I mean when I used synergy.
@Ashark commented on GitHub (Oct 4, 2020):
I have found a place where it can be checked: $HOME/.local/share/barrier/SSL/Local.txt
I think that should go to readme. And even better, be able to check it from application gui.
Edit: Also, it may be in another location. So to see the current fingerprint, you may run
cat ~/.local/share/barrier/SSL/Fingerprints/Local.txt@Ashark commented on GitHub (Nov 14, 2020):
I have completely missed the fact, that GUI already has the field for that! As seen at the first screenshot.