mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1822] Cannot run barrierc (command line client). #1341
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#1341
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 @vabatista on GitHub (Nov 1, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1822
What happened?
I'm not admin of my windows. I installed barrier 2.4 into another temp windows and copy all files to this one.
I'm trying to run
barrierc --daemon server_ip, but I get an error "ERROR: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol"I don't need to use SSL between client/server. How can I disable it on client command line?
Version
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
No response
What OSes are you seeing the problem on? (Check all that apply)
Windows
What OS versions are you using?
Windows 11
Relevant log output
No response
Any other information
No response
@karamanliev commented on GitHub (Nov 4, 2022):
use
--disable-crypto@vabatista commented on GitHub (Nov 4, 2022):
Thank you. It worked!
It's usefull to add this into documentation!