mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1775] SSL Error and Connection Timeout on Client Start Process #1306
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#1306
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 @EPacifist on GitHub (Sep 9, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1775
What happened?
I have followed the "Always getting Timeout while connecting" resolved issue but to no avail. Here are the logs:
[2022-09-09T15:34:15] INFO: starting client [2022-09-09T15:34:15] INFO: config file: /tmp/Barrier.nS1476 [2022-09-09T15:34:15] INFO: log level: INFO [2022-09-09T15:34:15] INFO: zeroconf server detected: 10.2.18.185 [2022-09-09T15:34:15] INFO: zeroconf server detected: 10.2.18.235 [2022-09-09T15:34:15] NOTE: started client [2022-09-09T15:34:15] NOTE: connecting to '10.2.18.185': 10.2.18.185:24800 [2022-09-09T15:34:15] INFO: OpenSSL 1.1.1 11 Sep 2018 [2022-09-09T15:34:15] ERROR: ssl error occurred (system call failure) [2022-09-09T15:34:15] ERROR: Broken pipe [2022-09-09T15:34:15] ERROR: failed to connect secure socket [2022-09-09T15:34:30] WARNING: failed to connect to server: Timed out [2022-09-09T15:34:31] NOTE: connecting to '10.2.18.185': 10.2.18.185:24800 [2022-09-09T15:34:31] INFO: OpenSSL 1.1.1 11 Sep 2018 [2022-09-09T15:34:31] ERROR: ssl error occurred (system call failure) [2022-09-09T15:34:31] ERROR: failed to connect secure socket [2022-09-09T15:34:46] WARNING: failed to connect to server: Timed out [2022-09-09T15:34:47] NOTE: connecting to '10.2.18.185': 10.2.18.185:24800 [2022-09-09T15:34:47] INFO: OpenSSL 1.1.1 11 Sep 2018 [2022-09-09T15:34:47] ERROR: ssl error occurred (system call failure) [2022-09-09T15:34:47] ERROR: failed to connect secure socketI have opened the firewall, verified the port is open through powershell and have connected successfully through the Ubuntu client through nc:
gordo@gordo-tegra-l4t:~$ nc -vz 10.2.18.185 24800 Connection to 10.2.18.185 24800 port [tcp/*] succeeded!Yet it refuses to connect due to an SSL error.
Version
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
cobalt2727/L4T-Megascript
What OSes are you seeing the problem on? (Check all that apply)
Linux, Windows
What OS versions are you using?
Windows server, Ubuntu 18.04 L4T
Relevant log output
No response
Any other information
No response
@EPacifist commented on GitHub (Sep 9, 2022):
Testnet powershell output:
@mahmoudbahaa commented on GitHub (Sep 19, 2022):
Go to the Barrier -> change settings of each of the server and the client(s) and de-select enable ssl option and reload on server and then on clients