mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 22:01:23 -06:00
[PR #205] [MERGED] add debug notes to help identify where trusted fingerprints file is #1576
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#1576
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?
📋 Pull Request Information
Original PR: https://github.com/debauchee/barrier/pull/205
Author: @dayne
Created: 12/20/2018
Status: ✅ Merged
Merged: 12/26/2018
Merged by: @AdrianKoshka
Base:
master← Head:fingerprint_debug📝 Commits (3)
48438dcadd debug notes to help identify where trusted fingerprints file isc5add29fix spelling of matches69dc2c3fixing style to be consistent per @p12tic📊 Changes
1 file changed (+12 additions, -0 deletions)
View changed files
📝
src/lib/net/SecureSocket.cpp(+12 -0)📄 Description
Debugging on a client where the TrustedServers fingerprint is being loaded from can be confusing. It appears different systems store it in different locations, and this location can change a bit over time.
Currently if you don't correctly identify the right file to populate, or populate it with the wrong fingerprint you aren't given any hints. Just a message
failed to verify server certificate fingerprint.This PR adds a few additional debug notes to help folks identify the specific file being loaded for use in checking server fingerprint trust and should improve self-debugging by users.
With the additional messages a user can:
barriercis trying to open to look for trustedServersThe result looks like so:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.