From ee14db4048cfc5a5d147977f5fb3f3101bfeda24 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Thu, 27 Feb 2025 17:55:48 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/FAQ.md b/FAQ.md index bbd60a7..596b256 100644 --- a/FAQ.md +++ b/FAQ.md @@ -833,4 +833,11 @@ Then on the controlling side, you can use [default-connect-password option](http > User: Yes, I stopped the service via the tray icon in Windows. My mistake! The problem is solved. Sorry for taking up your time. +# 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) +> 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. + +