From 62783cd8b941fe5205d758dd50a78f1914e8ce8b Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Thu, 27 Feb 2025 17:56:48 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 596b256..bb9745c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -835,8 +835,10 @@ Then on the controlling side, you can use [default-connect-password option](http # Docke dns problem > User: We are using docker compose and after a reboot of Rustdesk the console is displaying “License is not verified yet”. License key hasn’t changed since installation and editing it gives us error below : -![image](https://github.com/user-attachments/assets/0d4aee0f-66bb-48aa-abeb-8880151cfff2) +![image](https://github.com/user-attachments/assets/ecaf5bd7-35a3-44ac-afac-0d584f707ce1) + > RustDesk: It seems your docker container has ssl certificate problem, I would suggest you run with native package on the host with out container, or build a new container. about license migrate please: https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/#invoices-license-retrieval-and-migration + > User: Thanks, we’ve been able to resolve the issue and the server seems to be working without problem now.