mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #922] Windows: Unable to open trustedServersFilename #735
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#735
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 @apexJCL on GitHub (Oct 20, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/922
Describe the bug
Barrier cannot connect to Linux's server, on the logs it shows it cannot open the
trustedServers.txtfile and its showing a path to the file with forward slashes.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Connection is successful
Screenshots
None
Desktop (please complete the following information):
Additional context
Logs (redacted):
Update
Updated logs to reflect my username's folder name, a current test with a new windows account with a username that does not uses special characters/spaces seemed to fix this issue.
@kiemlicz commented on GitHub (Oct 28, 2020):
Having similar issue, difference is that my windows client loops forever and prints the remote fingerprint
@apexJCL commented on GitHub (Oct 28, 2020):
I've tested with a new windows account and it seems that special
characters/spaces aren't escaped properly.
Create a new account without special characters/spaces, it will work (at
least it did for me)
On Wed, 28 Oct 2020, 1:22 am stachu, notifications@github.com wrote:
@kiemlicz commented on GitHub (Oct 28, 2020):
Thanks
Possibly this is the case, I don't have the luxury to test this
@ZaitsevY commented on GitHub (Nov 2, 2020):
I'm facing the same problem because Windows account name is in Cyrillic.
NOTE: Unable to open trustedServersFile: C:\Users\Юрий\AppData\Local\Barrier/SSL/Fingerprints/TrustedServers.txt@benawi1402 commented on GitHub (Nov 13, 2020):
I'm having the same issue with a german "ß" in my Windows account name.
@helieldm commented on GitHub (Dec 5, 2020):
Same with an "é" in my name. Seems like a simple bug to fix ?
@ghost commented on GitHub (Feb 7, 2021):
+1 same issue with
č,š, andžcharacters. IMO SSL path should be configurable (even if only through editing the .sgc file) to at least offer a work-around.@pousterlus commented on GitHub (Feb 8, 2021):
+1, same here, "é" in Windows account name :)
@sintoris commented on GitHub (Apr 23, 2021):
Same issue with Greek letters in the account name
@ZaitsevY commented on GitHub (Aug 20, 2021):
Workaround here: disable SLL support in both server and client (UI, Barrier -> Change Settings -> Enable SSL - uncheck it). Use with caution, this networking is less secure.