mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
The "deadline has elapsed" error occurs for the connection after KEY is forcibly specified. #2543
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#2543
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 @shuxin8795 on GitHub (Mar 11, 2024).
Bug Description
connection error, ["deadline has elapsed"]. There is always a connection in progress, triggering ["deadline has elapsed"] every 15 seconds or so (triggering 0.5 seconds)
How to Reproduce
I'm new here and my English isn't very good. I can only describe my deployment process completely
Server system:CentOS7.6-Docker24
Approach::Docker deployment
Reproduce the process:
1、docker installation
curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
yum install docker-compose-plugin
systemctl start docker
systemctl enable docker
2、Create configuration file
mkdir -p /root/rustdesk
touch /root/rustdesk/docker-compose.yml(Add the official configuration here)
3、Execute the download image and start docker container
cd /root/rustdesk
docker compose up -d
4, test whether the normal connection: the connection is normal.
5、Configuration file hbbs and hbbr add -k _ parameter behind
6, reload the container:
cd /root/rustdesk/
docker compose pull
docker compose up -d
7、View the public key
8,、Execute reboot
9、test whether the normal connection: connection error, ["deadline has elapsed"]. There is always a connection in progress, triggering ["deadline has elapsed"] every 15 seconds or so (triggering 0.5 seconds)
Expected Behavior
连接正常
Operating system(s) on local side and remote side
CentOS7.6-Docker24
RustDesk Version(s) on local side and remote side
1.1.10-3
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (Mar 11, 2024):
#763