mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #432] Freeze every 10 seconds (ssl error occurred) #334
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#334
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 @D-AIRY on GitHub (Sep 7, 2019).
Original GitHub issue: https://github.com/debauchee/barrier/issues/432
Operating Systems
Server: Windows 7 Professional
Client: Ubuntu 16.04
Barrier Version
Server:
2.3.1-snapshot-f1c57075 (Alpha of v2.3.2 release)
Client:
Built from tag v2.3.2-alpha
Steps to reproduce bug
Other info
Log on server:
It repeats every 10 seconds, mouse freezes in sync.
It happens even if no client running
@shymega commented on GitHub (Sep 7, 2019):
Can you run the following command on the client?
openssl version, and report back here with the output? Cheers.Think its a abruptly terminated SSL connection...
@D-AIRY commented on GitHub (Sep 7, 2019):
OpenSSL 1.0.2g 1 Mar 2016
@shymega commented on GitHub (Sep 7, 2019):
OK. It sounds like Barrier is sending malformed SSL packets. Not sure what's going on there.
Would you be able to test the latest stable release? I can see you're using the snapshot, and if this is a regression, then that's good to know - we can fix it for the final release then. I'm not sure why you're using the snapshot.
Let me know how it goes with the stable release.
Cheers.
@D-AIRY commented on GitHub (Sep 7, 2019):
The same in v2.3.1
It happens when barrierc client started without -f option, or when running as a service. Starting with GUI works stable
@brunocasado commented on GitHub (Sep 23, 2019):
same in here
OpenSSL 1.1.1 11 Sep 2018
Bug Stable version: Present
2.3.2 Alpha 22 Aug: Present
But i cant see any error on log
Detail: Linux <> Windows
Used on Windows <> Windows without problems
EDIT: Logging level DEBUG 2 make worst the freezing. Mouse starts to jump from point A to point B.
Maybe this problem is related with that?
@VNRARA commented on GitHub (Sep 25, 2019):
Same issue here. It runs fine using Barrier GUI, but absolutely craps out when I use barrierc.
@laseryuan commented on GitHub (Oct 17, 2019):
Same for 2.3.2 stable release
[2019-10-17T13:15:23] DEBUG1: logging to file (/tmp/log) enabled /tmp/barrier-2.3.2/src/lib/barrier/App.cpp,146@nickescobedo commented on GitHub (Nov 5, 2019):
Also having this issue.
@laseryuan commented on GitHub (Nov 11, 2019):
I get around it just by disabling ssl encryption, though it's not safe for long term usage.
@gth commented on GitHub (Aug 18, 2020):
I found the source of this same sequence (for me, at least), while getting ServerA and ClientB up and running with Barrier 2.3.2 and then 2.3.3 after that. But I'd neglected to remove synergy from ClientC which was still trying to connect to ServerA.
Connection attempts from ClientC seemed to cause the server issues, including the SSL log messages described above, and erratic mouse movement from then on, until the server side was reloaded.
Once synergy was removed from ClientC, the SSL EOF issue described here disappeared, and there was no more erratic mouse movement. I was bit surprised connection attempts caused the server to get so confused, including affecting mouse movements.
@ghost commented on GitHub (Sep 15, 2020):
I, too, am having this problem (debian 10,
v2.3.2+dfsg-1+b1andv2.3.3+dfsg-1from apt repos. (opensslv1.1.1g-1)not using barrierrc (yet), just GUI, but definitely jittery mouse until disco, starts after a few moments, between linux-linux and linux-macos
erratic mouse behavior after random amount of time <1m.
downgraded my server to barriersame problem after downgradingv2.1.2+dfsg-1, to mitigate. had to downgrade clients, too.Interestingly, also doing it with SSL off.
Interestingly, also doing it with Synergy (Pro)
@ghost commented on GitHub (Sep 18, 2020):
Actually, it turns out the issue is really with my mouse. there's something funky going on in the sensitivity in my mouse, switching mice, the problem went away.But if anybody's interested, the (read: my particular) mouse (and its settings) that cause the fault are:
@ghost commented on GitHub (Oct 1, 2020):
It now happens with multiple mice, so there goes my "its my mouse" hypothesis. =(
when it starts to jitter, i toggle the switch on my sensitivity and then it's fine for a few moments, then (if the connection doesn't reset) after a while it starts to jitter again. Sometimes toggling sensitivity (from lo to hi, or back) helps, usually it doesn't.
=(
@wehttvM commented on GitHub (Feb 8, 2021):
This issue is also happening for me. My Fedora Barrier client has a different OpenSSL version than my windows Barrier server.
I tried manually updating the "openssl.exe", "ssleay32.dll", and "libeay32.dll",but this just spit different errors at me.
currently, Fedora is using OpenSSL 1.1.1i, and the windows system is using OpenSSL 1.0.2l. There is nearly a three year difference with these releases.
As explained earlier in the thread, all the symptoms above are still happening with Barrier release 2.3.3.
@jfrfonseca commented on GitHub (Mar 20, 2021):
Same here. Barrier works OK with SSL disabled.
Errors in LOG from my (Windows) client machine when SSL is enabled:
[2021-03-20T14:38:27] INFO: OpenSSL 1.0.2l 25 May 2017
[2021-03-20T14:38:28] ERROR: ssl error occurred (generic failure)
[2021-03-20T14:38:28] ERROR: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
[2021-03-20T14:38:28] ERROR: failed to connect secure socket
[2021-03-20T14:38:42] WARNING: failed to connect to server: Timed out
Errors in LOG from my (Ubuntu) server machine when SSL is enabled:
[2021-03-20T14:38:27] NOTE: accepted client connection
[2021-03-20T14:38:41] NOTE: new client is unresponsive
@codecrypt112 commented on GitHub (Oct 11, 2021):
Can anyone please tell me, how to disable SSL??