mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1438] SSL not working in 2.4.0 running on Linux #1104
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#1104
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 @elhennig on GitHub (Nov 18, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1438
What happened?
I upgraded barrier to 2.4.0 on the Linux client and server (both packages came from opensuse build service) and after that the client stated in the log the the server certificate fingerprint could not be verified.
Current workaround is to switch off SSL
Version
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
OpenSUSE Build service
What OSes are you seeing the problem on? (Check all that apply)
Linux
What OS versions are you using?
OpenSIUSE Leap 15.3
Relevant log output
Any other information
No response
@ailabktw commented on GitHub (Nov 19, 2021):
I got same issue on Windows10, 11
@elhennig commented on GitHub (Nov 19, 2021):
I just tried, if this works, if I build the tool on the server and the client from source. However the behavior is the same as with the rpm package from OBS.
@ExpandingMan commented on GitHub (Nov 19, 2021):
I'm having similar issues. The GUI doesn't seem to want to generate the keys it just says "SSL disabled". I tried deleting all of the configs and keys but this did not help.
@albertony commented on GitHub (Nov 19, 2021):
I think this is fixed by https://github.com/debauchee/barrier/pull/1425
@ExpandingMan commented on GitHub (Nov 19, 2021):
I worked around this on 2.4 by following the documentation for generating the key, though it was not without incident, see here.
I do however still need
--disable-client-cert-checking, which I can't seem to get working. There doesn't appear to be any documentation on that, and the GUI doesn't seem to want to handle it correctly for me.@albertony commented on GitHub (Nov 19, 2021):
I have a pull request updating the documentation: https://github.com/debauchee/barrier-wiki/pull/8
You can see the new docs here:
f5f2751243/Command-Line.md (ssl_config)