mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1828] When enabled SSL in both sides. I keep getting errors from SSL that cause the client to disconnect and reconnect frequently #1340
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#1340
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 @paynechu on GitHub (Nov 7, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1828
What happened?
When enabled SSL in both sides
I keep getting errors from SSL that cause the client to disconnect and reconnect frequently
Version
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
Server: brew install
Client: scoop install
What OSes are you seeing the problem on? (Check all that apply)
Windows, macOS
What OS versions are you using?
Server: Macbook Air 2013 MacOS Big Sur 11.7.1
Client: PC Windows 10 Pro N 21H2 19044.2130
Relevant log output
Any other information
No response
@BLucky-gh commented on GitHub (Nov 13, 2022):
Came here to report the same issue, if ssl is enabled I get pretty much the same logs on the MacOS client and Linux server.
Disabling SSL on both devices does help, but is obviously less secure
@akirayamamoto commented on GitHub (Mar 28, 2024):
Barrier should not ship OpenSSL 1.0 on Windows. That version has reached end of line and is not supported anymore.
To fix this issue, install Git on your Windows machine.
Run the following PowerShell commands as administrator:
The output should be similar to:
Restart Barrier and try connecting again.
@sahiltalwar88 commented on GitHub (Sep 28, 2024):
Good idea, but unfortunately that didn't fix the issue for me @akirayamamoto :( Any other ideas?