Updated FAQ (markdown)

RustDesk
2025-08-11 09:15:19 +08:00
parent 53c2e01568
commit a3daaef0bb

6
FAQ.md

@@ -1430,6 +1430,10 @@ The executable (`hbbs`/`hbbr`) is still maintained. We marked it as deprecated o
# The RustDesk iOS app has no issue with Cert when connecting outside of local network. The issue is only when connecting on local network.
> Found the issue, it was due to having only deployed the cert and not the full chain.
> User: Found the issue, it was due to having only deployed the cert and not the full chain.
>
> RustDesk: Intersting, why does "not the full chain" cause "outside of local network" works, but local network not?
>
> User: My best guess is that the reason this worked is because we have an IIS reverse proxy in between the Internet and our Internal Linux server running Rust Desk. The reverse proxy was able verify the cert to create a secure connection between reverse proxy and the Linux server but when the iOS app was connecting directly to the Linux server on the local network if could not verify the cert. The odd part is the Desktop App, Self Hosted Web preview, and the iOS web browser all had no issue without the full chain and worked fine with just the cert.
<img width="1319" height="713" alt="image" src="https://github.com/user-attachments/assets/8b5550a9-4e5c-4cff-a261-35ad40f93f8b" />