[GH-ISSUE #1790] Absolutely not working #1319

Open
opened 2026-05-05 07:43:40 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @Icey67 on GitHub (Sep 26, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1790

What happened?

I have a Laptop and a Desktop-PC
My Laptop runs Windows 11 and my Desktop runs Pop!_OS 22.04
(It used to run Windows 10 but gaming started to be horrible so I switched to Linux for improvements)
My Laptop is the Client and my Desktop is the Server
I did everything what the Usage page told to do
And Barrier said it was running but as i tried to move the mouse to the Laptop: nothing happened.

Version

v2.4.0

Git commit hash (if applicable)

No response

If applicable, where did you install Barrier from?

On Laptop: Releases -> BarrierSetup-2.4.0-release.exe
On PC: sudo apt install barrier

What OSes are you seeing the problem on? (Check all that apply)

Linux, Windows

What OS versions are you using?

PC: (Once used Windows 10 21H1) Pop!_OS 22.04
Laptop: Windows 11 Home Insider Preview 220916-1405

Relevant log output

No response

Any other information

No response

Originally created by @Icey67 on GitHub (Sep 26, 2022). Original GitHub issue: https://github.com/debauchee/barrier/issues/1790 ### What happened? I have a Laptop and a Desktop-PC My Laptop runs Windows 11 and my Desktop runs Pop!_OS 22.04 (It used to run Windows 10 but gaming started to be horrible so I switched to Linux for improvements) My Laptop is the Client and my Desktop is the Server I did everything what the [Usage](https://github.com/debauchee/barrier#usage) page told to do And Barrier said it was running but as i tried to move the mouse to the Laptop: nothing happened. ### Version v2.4.0 ### Git commit hash (if applicable) _No response_ ### If applicable, where did you install Barrier from? On Laptop: Releases -> [BarrierSetup-2.4.0-release.exe](https://github.com/debauchee/barrier/releases/download/v2.4.0/BarrierSetup-2.4.0-release.exe) On PC: `sudo apt install barrier` ### What OSes are you seeing the problem on? (Check all that apply) Linux, Windows ### What OS versions are you using? PC: (Once used Windows 10 21H1) Pop!_OS 22.04 Laptop: Windows 11 Home Insider Preview 220916-1405 ### Relevant log output _No response_ ### Any other information _No response_
Author
Owner

@Icey67 commented on GitHub (Sep 30, 2022):

I have now acquired more Information on what could be happening:
I didn't know about the log until now and now you shall witness: SSL Certificate Errors
Desktop Pop!_OS:
[2022-09-30T18:15:29] INFO: OpenSSL 3.0.2 15 Mar 2022 [2022-09-30T18:15:29] ERROR: ssl certificate doesn't exist: /home/icey67/.local/share/barrier/SSL/Barrier.pem [2022-09-30T18:15:45] INFO: OpenSSL 3.0.2 15 Mar 2022 [2022-09-30T18:15:45] ERROR: ssl certificate doesn't exist: /home/icey67/.local/share/barrier/SSL/Barrier.pem [2022-09-30T18:16:01] INFO: OpenSSL 3.0.2 15 Mar 2022 [2022-09-30T18:16:01] ERROR: ssl certificate doesn't exist: /home/icey67/.local/share/barrier/SSL/Barrier.pem

Laptop Windows 11:
[2022-09-30T18:15:56] NOTE: connecting to '192.168.178.24': 192.168.178.24:24800 [2022-09-30T18:15:56] INFO: OpenSSL 1.0.21 25 May 2017 [2022-09-30T18:15:56] ERROR: ssl certificate doesn't exist: C:\Users\ereit\AppData\Local\Barrier\SSL\Barrier.pem [2022-09-30T18:15:56] ERROR: could not load client certificates [2022-09-30T18:15:56] ERROR: ssl certificate doesn't exist: C:\Users\ereit\AppData\Local\Barrier\SSL\Barrier.pem [2022-09-30T18:15:56] ERROR: could not load client certificates [2022-09-30T18:15:56] ERROR: ssl certificate doesn't exist: C:\Users\ereit\AppData\Local\Barrier\SSL\Barrier.pem [2022-09-30T18:15:56] ERROR: could not load client certificates [2022-09-30T18:15:56] ERROR: ssl error occurred (system call failure) [2022-09-30T18:15:56] ERROR: failed to connect to secure socket [2022-09-30T18:16:11] WARNING: failed to connect to server: Timed out

So, those are the logs, do I need to install some certificate? or is the OpenSSL on the Laptop old?

<!-- gh-comment-id:1263786025 --> @Icey67 commented on GitHub (Sep 30, 2022): I have now acquired more Information on what could be happening: I didn't know about the log until now and now you shall witness: SSL Certificate Errors Desktop Pop!_OS: `[2022-09-30T18:15:29] INFO: OpenSSL 3.0.2 15 Mar 2022 [2022-09-30T18:15:29] ERROR: ssl certificate doesn't exist: /home/icey67/.local/share/barrier/SSL/Barrier.pem [2022-09-30T18:15:45] INFO: OpenSSL 3.0.2 15 Mar 2022 [2022-09-30T18:15:45] ERROR: ssl certificate doesn't exist: /home/icey67/.local/share/barrier/SSL/Barrier.pem [2022-09-30T18:16:01] INFO: OpenSSL 3.0.2 15 Mar 2022 [2022-09-30T18:16:01] ERROR: ssl certificate doesn't exist: /home/icey67/.local/share/barrier/SSL/Barrier.pem` Laptop Windows 11: `[2022-09-30T18:15:56] NOTE: connecting to '192.168.178.24': 192.168.178.24:24800 [2022-09-30T18:15:56] INFO: OpenSSL 1.0.21 25 May 2017 [2022-09-30T18:15:56] ERROR: ssl certificate doesn't exist: C:\Users\ereit\AppData\Local\Barrier\SSL\Barrier.pem [2022-09-30T18:15:56] ERROR: could not load client certificates [2022-09-30T18:15:56] ERROR: ssl certificate doesn't exist: C:\Users\ereit\AppData\Local\Barrier\SSL\Barrier.pem [2022-09-30T18:15:56] ERROR: could not load client certificates [2022-09-30T18:15:56] ERROR: ssl certificate doesn't exist: C:\Users\ereit\AppData\Local\Barrier\SSL\Barrier.pem [2022-09-30T18:15:56] ERROR: could not load client certificates [2022-09-30T18:15:56] ERROR: ssl error occurred (system call failure) [2022-09-30T18:15:56] ERROR: failed to connect to secure socket [2022-09-30T18:16:11] WARNING: failed to connect to server: Timed out` So, those are the logs, do I need to install some certificate? or is the OpenSSL on the Laptop old?
Author
Owner

@mash-97 commented on GitHub (Oct 2, 2022):

you should check out this: https://github.com/debauchee/barrier/issues/1377

<!-- gh-comment-id:1264623559 --> @mash-97 commented on GitHub (Oct 2, 2022): you should check out this: https://github.com/debauchee/barrier/issues/1377
Author
Owner

@talkquazi commented on GitHub (Nov 18, 2022):

I had a similar issue with a watered down version of Ubuntu. What worked for me was to install the SSL certificate manually from the server onto the client. I'll let you figure out how to do that from all the issues / help topics.

<!-- gh-comment-id:1319400943 --> @talkquazi commented on GitHub (Nov 18, 2022): I had a similar issue with a watered down version of Ubuntu. What worked for me was to install the SSL certificate manually from the server onto the client. I'll let you figure out how to do that from all the issues / help topics.
Author
Owner

@danielkrajnik commented on GitHub (Jan 8, 2023):

it's not a great user experience having to figure out this type of issues. I think that there should be a dialog explaining you that a SSL certificate is missing, that it needs to be copied to the client. There should be also an option in the GUI to disable SSL if you are already using SSH.

I have a feeling that there are very few developers maintaining this project left - if someone who had time and skills to do this see this message please let me know your price and I'd happily cover the cost of adding this.

<!-- gh-comment-id:1374925752 --> @danielkrajnik commented on GitHub (Jan 8, 2023): it's not a great user experience having to figure out this type of issues. I think that there should be a dialog explaining you that a SSL certificate is missing, that it needs to be copied to the client. There should be also an option in the GUI to disable SSL if you are already using SSH. I have a feeling that there are very few developers maintaining this project left - if someone who had time and skills to do this see this message please let me know your price and I'd happily cover the cost of adding this.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1319
No description provided.