[GH-ISSUE #1623] windows 10 and macos can not work #1200

Closed
opened 2026-05-05 07:35:43 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @wangchengpei on GitHub (Mar 26, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1623

What happened?

Computer A: Server, Macbook 2020, Big Sur
Computer B: Client, Windows10, Big Sur

client can not connect server

Version

v2.4.0

Git commit hash (if applicable)

No response

If applicable, where did you install Barrier from?

github, Barrier-2.4.0-release.dmg

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

Windows, macOS

What OS versions are you using?

see above, both machines patches with latest versions

Relevant log output

server log:

2022-03-26T22:04:11] INFO: OpenSSL 3.0.0 7 sep 2021
[2022-03-26T22:04:11] INFO: accepted secure socket
[2022-03-26T22:04:11] INFO: ECDHE-RSA-AES256-GCM-SHA384    TLSv1.2 Kx=ECDH     Au=RSA   Enc=AESGCM(256)            Mac=AEAD
[2022-03-26T22:04:11] NOTE: accepted client connection
[2022-03-26T22:04:11] WARNING: unrecognised client name "wcdpasd", check server config
[2022-03-26T22:04:11] NOTE: disconnecting client "wcdpasd"
[2022-03-26T22:04:11] NOTE: client "wcdpasd" has disconnected

client log:
[2022-03-26T22:18:03] NOTE: connecting to '192.168.31.218': 192.168.31.218:24800
[2022-03-26T22:18:03] INFO: OpenSSL 3.0.0 7 sep 2021
[2022-03-26T22:18:03] NOTE: peer fingerprint (SHA1): 34:B3:41:44:A9:80:7B:EF:DF:57:B3:7D:6A:1C:F1:B3:A4:A5:3D:49 (SHA256): 97:81:7E:46:59:5E:3A:0B:93:8C:2F:A4:57:AE:30:81:28:5D:24:1E:D7:4C:D6:D3:E3:77:FF:A9:91:A0:7E:72
[2022-03-26T22:18:03] NOTE: fingerprint_db_path: /Users/wcdpasd/Library/Application Support/barrier/SSL/Fingerprints/TrustedServers.txt
[2022-03-26T22:18:03] NOTE: Read 1 fingerprints from: /Users/wcdpasd/Library/Application Support/barrier/SSL/Fingerprints/TrustedServers.txt
[2022-03-26T22:18:03] NOTE: Fingerprint matches trusted fingerprint
[2022-03-26T22:18:03] INFO: connected to secure socket
[2022-03-26T22:18:03] INFO: peer ssl certificate info: /CN=Barrier
[2022-03-26T22:18:03] INFO: AES256-GCM-SHA384              TLSv1.2 Kx=RSA      Au=RSA   Enc=AESGCM(256)            Mac=AEAD
[2022-03-26T22:18:03] ERROR: server refused client with name "wcdpasd"
[2022-03-26T22:18:03] WARNING: failed to connect to server: server refused client with our name
[2022-03-26T22:18:04] NOTE: connecting to '192.168.31.218': 192.168.31.218:24800
[2022-03-26T22:18:04] INFO: OpenSSL 3.0.0 7 sep 2021
[2022-03-26T22:18:04] NOTE: peer fingerprint (SHA1): 34:B3:41:44:A9:80:7B:EF:DF:57:B3:7D:6A:1C:F1:B3:A4:A5:3D:49 (SHA256): 97:81:7E:46:59:5E:3A:0B:93:8C:2F:A4:57:AE:30:81:28:5D:24:1E:D7:4C:D6:D3:E3:77:FF:A9:91:A0:7E:72
[2022-03-26T22:18:04] NOTE: fingerprint_db_path: /Users/wcdpasd/Library/Application Support/barrier/SSL/Fingerprints/TrustedServers.txt
[2022-03-26T22:18:04] NOTE: Read 1 fingerprints from: /Users/wcdpasd/Library/Application Support/barrier/SSL/Fingerprints/TrustedServers.txt
[2022-03-26T22:18:04] NOTE: Fingerprint matches trusted fingerprint
[2022-03-26T22:18:04] INFO: connected to secure socket

Any other information

None.

Originally created by @wangchengpei on GitHub (Mar 26, 2022). Original GitHub issue: https://github.com/debauchee/barrier/issues/1623 ### What happened? Computer A: Server, Macbook 2020, Big Sur Computer B: Client, Windows10, Big Sur client can not connect server ### Version v2.4.0 ### Git commit hash (if applicable) No response ### If applicable, where did you install Barrier from? github, Barrier-2.4.0-release.dmg ### What OSes are you seeing the problem on? (Check all that apply) Windows, macOS ### What OS versions are you using? see above, both machines patches with latest versions ### Relevant log output ```shell server log: 2022-03-26T22:04:11] INFO: OpenSSL 3.0.0 7 sep 2021 [2022-03-26T22:04:11] INFO: accepted secure socket [2022-03-26T22:04:11] INFO: ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(256) Mac=AEAD [2022-03-26T22:04:11] NOTE: accepted client connection [2022-03-26T22:04:11] WARNING: unrecognised client name "wcdpasd", check server config [2022-03-26T22:04:11] NOTE: disconnecting client "wcdpasd" [2022-03-26T22:04:11] NOTE: client "wcdpasd" has disconnected client log: [2022-03-26T22:18:03] NOTE: connecting to '192.168.31.218': 192.168.31.218:24800 [2022-03-26T22:18:03] INFO: OpenSSL 3.0.0 7 sep 2021 [2022-03-26T22:18:03] NOTE: peer fingerprint (SHA1): 34:B3:41:44:A9:80:7B:EF:DF:57:B3:7D:6A:1C:F1:B3:A4:A5:3D:49 (SHA256): 97:81:7E:46:59:5E:3A:0B:93:8C:2F:A4:57:AE:30:81:28:5D:24:1E:D7:4C:D6:D3:E3:77:FF:A9:91:A0:7E:72 [2022-03-26T22:18:03] NOTE: fingerprint_db_path: /Users/wcdpasd/Library/Application Support/barrier/SSL/Fingerprints/TrustedServers.txt [2022-03-26T22:18:03] NOTE: Read 1 fingerprints from: /Users/wcdpasd/Library/Application Support/barrier/SSL/Fingerprints/TrustedServers.txt [2022-03-26T22:18:03] NOTE: Fingerprint matches trusted fingerprint [2022-03-26T22:18:03] INFO: connected to secure socket [2022-03-26T22:18:03] INFO: peer ssl certificate info: /CN=Barrier [2022-03-26T22:18:03] INFO: AES256-GCM-SHA384 TLSv1.2 Kx=RSA Au=RSA Enc=AESGCM(256) Mac=AEAD [2022-03-26T22:18:03] ERROR: server refused client with name "wcdpasd" [2022-03-26T22:18:03] WARNING: failed to connect to server: server refused client with our name [2022-03-26T22:18:04] NOTE: connecting to '192.168.31.218': 192.168.31.218:24800 [2022-03-26T22:18:04] INFO: OpenSSL 3.0.0 7 sep 2021 [2022-03-26T22:18:04] NOTE: peer fingerprint (SHA1): 34:B3:41:44:A9:80:7B:EF:DF:57:B3:7D:6A:1C:F1:B3:A4:A5:3D:49 (SHA256): 97:81:7E:46:59:5E:3A:0B:93:8C:2F:A4:57:AE:30:81:28:5D:24:1E:D7:4C:D6:D3:E3:77:FF:A9:91:A0:7E:72 [2022-03-26T22:18:04] NOTE: fingerprint_db_path: /Users/wcdpasd/Library/Application Support/barrier/SSL/Fingerprints/TrustedServers.txt [2022-03-26T22:18:04] NOTE: Read 1 fingerprints from: /Users/wcdpasd/Library/Application Support/barrier/SSL/Fingerprints/TrustedServers.txt [2022-03-26T22:18:04] NOTE: Fingerprint matches trusted fingerprint [2022-03-26T22:18:04] INFO: connected to secure socket ``` ### Any other information None.
Author
Owner

@wangchengpei commented on GitHub (Mar 29, 2022):

sorry,I am not configured

<!-- gh-comment-id:1081720523 --> @wangchengpei commented on GitHub (Mar 29, 2022): sorry,I am not configured
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#1200
No description provided.