Updated FAQ (markdown)

RustDesk
2025-03-25 22:24:26 +08:00
parent ec65225b6c
commit c3911af052

8
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 hasnt changed since installation and editing it gives us error below :
![image](https://github.com/user-attachments/assets/ecaf5bd7-35a3-44ac-afac-0d584f707ce1)