From 96bd72e055c559056e8a1b537728778e74be8de0 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:25:40 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/FAQ.md b/FAQ.md index f83f1b0..7faaad8 100644 --- a/FAQ.md +++ b/FAQ.md @@ -794,7 +794,7 @@ C:\Windows\system32>curl -X POST https://rustdesk.com/api/lic/license/check -H " curl: (60) schannel: SEC_E_UNTRUSTED_ROOT (0x80090325) - The certificate chain was issued by an authority that is not trusted. ``` -# Docker ssl problem +# Docker SSL/TLS 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) @@ -802,6 +802,8 @@ curl: (60) schannel: SEC_E_UNTRUSTED_ROOT (0x80090325) - The certificate chain w > User: Thanks, we’ve been able to resolve the issue and the server seems to be working without problem now. +# Bind RootCAs (SSL/TLS) of host to docker container +https://github.com/rustdesk/rustdesk-server-pro/issues/99#issuecomment-2674522210 # Windows 10 opens the software with a white screen and no content (monitor/display turned off) https://github.com/rustdesk/rustdesk/discussions/10344 @@ -889,9 +891,6 @@ https://rustdesk.com/docs/en/self-host/client-configuration/advanced-settings/#p https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/console/#assign-device-usersgroupsstrategiesdevicegroup-to-devices -# Bind RootCAs of host to docker container -https://github.com/rustdesk/rustdesk-server-pro/issues/99#issuecomment-2674522210 - # Easy access mode We do not have password-less easy access mode for the time being yet. This mode has been assessed but deemed unsuitable for enterprise deployment due to its restrictive prerequisites. Specifically, it mandates prior user authentication and explicit permission grants on the target device before access is permitted. Such limitations undermine scalability and efficiency in managed environments. But you can implement it via preset permanent password in custom client on controlled side. @@ -1145,8 +1144,4 @@ When running in Windows Sandbox, it is not possible to obtain the user token fro > [2025-06-04 09:32:02.777040 +01:00] ERROR [src\platform\windows.rs:695] Failed to launch privileged process: The parameter is incorrect. (os error 87) > -> [2025-06-04 09:32:02.777506 +01:00] ERROR [src\platform\windows.rs:700] No process winlogon.exe - -# Add root CA certificate into Docker container (for TLS failure with SMTP, OIDC etc.) - -https://github.com/rustdesk/rustdesk-server-pro/issues/99#issuecomment-2674522210 +> [2025-06-04 09:32:02.777506 +01:00] ERROR [src\platform\windows.rs:700] No process winlogon.exe \ No newline at end of file