From c3911af05268739e9e87c3889af1b7717cd03db9 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Tue, 25 Mar 2025 22:24:26 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/FAQ.md b/FAQ.md index 0aebb09..292bbcb 100644 --- a/FAQ.md +++ b/FAQ.md @@ -752,6 +752,14 @@ The final reason is related to the user's cloud provider. If you run container (Docker etc), there might be DNS problem with container. +Some users also encountered tls issue on Windows server, we would suggest you switch to Linux. RustDesk server is deprecated running on Window, We know nothing about Windows server. + +``` +C:\Windows\system32>curl -X POST https://rustdesk.com/api/lic/license/check -H "Content-Type: application/json" -d "{}" + +curl: (60) schannel: SEC_E_UNTRUSTED_ROOT (0x80090325) - The certificate chain was issued by an authority that is not trusted. +``` + # Docker ssl 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/ecaf5bd7-35a3-44ac-afac-0d584f707ce1)