[GH-ISSUE #2030] I cannot make barrier start working #1480

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

Originally created by @ricardocguerreiro on GitHub (Mar 29, 2024).
Original GitHub issue: https://github.com/debauchee/barrier/issues/2030

What happened?

I bought a raspberry pi 5 and after I update it I installed the barrier in both computers (the raspberry and my windows), then I proceded to watch this video: https://www.youtube.com/watch?v=-G9IIauHOhA, that told me how to configure barrier but I cant make both computers see each other.
Sorry for bothering.

Version

v2.0.0-RC1

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)

Linux, Windows

What OS versions are you using?

raspberry Pi and Windows 10

Relevant log output

No response

Any other information

No response

Originally created by @ricardocguerreiro on GitHub (Mar 29, 2024). Original GitHub issue: https://github.com/debauchee/barrier/issues/2030 ### What happened? I bought a raspberry pi 5 and after I update it I installed the barrier in both computers (the raspberry and my windows), then I proceded to watch this video: https://www.youtube.com/watch?v=-G9IIauHOhA, that told me how to configure barrier but I cant make both computers see each other. Sorry for bothering. ### Version v2.0.0-RC1 ### 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) Linux, Windows ### What OS versions are you using? raspberry Pi and Windows 10 ### Relevant log output _No response_ ### Any other information _No response_
Author
Owner

@LeventCelik commented on GitHub (Apr 4, 2024):

Have you tried disabling SSL? If not, go to your Barrier settings on both computers, uncheck 'Enable SSL' and try again.
Screenshot 2024-04-04 at 1 41 29 PM
Note that I'm not a Barrier developer, I just know that SSL does not work on my computers.

<!-- gh-comment-id:2037814364 --> @LeventCelik commented on GitHub (Apr 4, 2024): Have you tried disabling SSL? If not, go to your Barrier settings on both computers, uncheck 'Enable SSL' and try again. ![Screenshot 2024-04-04 at 1 41 29 PM](https://github.com/debauchee/barrier/assets/67284768/7a935b03-e4ff-4637-b771-c0ba11e29a45) Note that I'm not a Barrier developer, I just know that SSL does not work on my computers.
Author
Owner

@pleomati commented on GitHub (Apr 26, 2024):

Check logs and add client hostname to server config as new alias also check firewall settings ,it can block connection between client and server.

<!-- gh-comment-id:2079657275 --> @pleomati commented on GitHub (Apr 26, 2024): Check logs and add client hostname to server config as new alias also check firewall settings ,it can block connection between client and server.
Author
Owner

@radiestorm commented on GitHub (Aug 27, 2024):

Disabling SSL fixed this for me, thanks @LeventCelik!

<!-- gh-comment-id:2311530110 --> @radiestorm commented on GitHub (Aug 27, 2024): Disabling SSL fixed this for me, thanks @LeventCelik!
Author
Owner

@sinmentis commented on GitHub (Sep 15, 2024):

Disable SSL won't be the ultimate solution as your input will be trasnfered as clear text within network. Use this to generate SSL cert and copy Barrier.pem over to Windows.

In your pi:

cd ~/.local/share/barrier/SSL
openssl req -x509 -nodes -days 365 -subj /CN=Barrier -newkey rsa:4096 -keyout Barrier.pem -out Barrier.pem

To windows
C:\Users\<YOUR USERNAME>\AppData\Local\Barrier\SSL\Barrier.pem

Reload config to work

<!-- gh-comment-id:2351798812 --> @sinmentis commented on GitHub (Sep 15, 2024): Disable SSL won't be the ultimate solution as your input will be trasnfered as clear text within network. Use this to generate SSL cert and copy `Barrier.pem` over to Windows. In your pi: ``` cd ~/.local/share/barrier/SSL openssl req -x509 -nodes -days 365 -subj /CN=Barrier -newkey rsa:4096 -keyout Barrier.pem -out Barrier.pem ``` To windows `C:\Users\<YOUR USERNAME>\AppData\Local\Barrier\SSL\Barrier.pem` Reload config to work
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#1480
No description provided.