mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Enabled encryption with -K flag and have been using keys from .pub file but have had issues accessing devices over the internet. Devices on the same lan works fine over the encrypted connection but when tried to access devices over the internet. It is … #2532
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#2532
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 @mvyas80 on GitHub (Mar 7, 2024).
Bug Description
Enabled encryption with -K flag and have been using keys from .pub file but have had issues accessing devices over the internet. Devices on the same lan works fine over the encrypted connection but when tried to access devices over the internet with encryption. It is stuck at Connected, waiting for image attached is the screenshot.
I have been using the key in hbbr .pub file and have made sure hbbr and hbbs both volumes have same .pub file.
Over LAN it works perfect with with encryption but over the internet it is just stuck.
server is on a ubuntu 22.04 and the client machines over the internet are windows 10 and 11 respectively.
Happening with devices over the internet.
Any help would be appreciated.
How to Reproduce
Attached are the docker-compose-yaml file and the error.
Expected Behavior
It should work over the internet with encryption as that would be more safe.
Operating system(s) on local side and remote side
Windows 11 and windows 10
RustDesk Version(s) on local side and remote side
1.2.3-1 and also on nightly version 1.2.4
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (Mar 7, 2024):
#763