mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #227] synergy compatibility? #182
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#182
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 @brianjmurrell on GitHub (Jan 17, 2019).
Original GitHub issue: https://github.com/debauchee/barrier/issues/227
Did barrier lose compatibility with synergy somewhere along the line?
synergyc(2.0.0, protocol version 1.6) client reports:when connecting to barrier 2.1.2
@AdrianKoshka commented on GitHub (Jan 17, 2019):
I think we did bump up the amount of bits our SSL certs use...
@mwilck commented on GitHub (Apr 16, 2020):
This happens even without encryption. AFAICS it occurs because the protocol is deliberately different. synergy uses the Hello string
Synergy%2i%2i, whereas barrier expectsBarrier%2i%2i.This can be observed by running both server and client with
-d DEBUG2.@PaulAyling commented on GitHub (Apr 17, 2020):
I have the same issue - with SSL encryption turned off on both server and client. My server is running synergy 1.8.8 and client on barrier
@mwilck commented on GitHub (Apr 17, 2020):
That won't work, see above. You need to use either synergy or barrier on both sides.
@PaulAyling commented on GitHub (Apr 23, 2020):
Thanks Mwilck!. Installing and using barrier was very easy (I put it off as I didn't want to learn it) but it practially the same - although I had to turn of ssl
@p12tic commented on GitHub (Jul 19, 2020):
Closing as the original question has been answered.