From 4306d04ea18a879559214a8bd177c7d74033045e Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:14:42 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/FAQ.md b/FAQ.md index c600cc9..049137b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1508,13 +1508,21 @@ You can adjust the color mode bit depth in https://www.photopea.com/ and save t # Okta : error sending request for url (): error trying to connect: bad protocol version > Any idea how we can get things working on 1.3 across the board (eventually)? + Sorry, no. `native-tls` might not support TLS 1.3, depending on the operating system. + On the rust side: + https://github.com/seanmonstar/reqwest/issues/2025#issuecomment-2010674997 + https://github.com/seanmonstar/reqwest/issues/2025#issuecomment-2010698600 + For windows, you may need to manually enable it. + https://learn.microsoft.com/en-us/answers/questions/1253847/how-to-enable-tls-1-3-on-windows-server-2022-havin + We use "native-tls" for better TLS support. We have to wait for a better solution at the lower level. + https://github.com/rustdesk/rustdesk-server-pro/issues/189 \ No newline at end of file