mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-22 01:43:20 +03:00
Updated FAQ (markdown)
8
FAQ.md
8
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 (<OIDC auth URL>): error trying to connect: bad protocol version
|
# Okta : error sending request for url (<OIDC auth URL>): error trying to connect: bad protocol version
|
||||||
|
|
||||||
> Any idea how we can get things working on 1.3 across the board (eventually)?
|
> 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.
|
Sorry, no. `native-tls` might not support TLS 1.3, depending on the operating system.
|
||||||
|
|
||||||
On the rust side:
|
On the rust side:
|
||||||
|
|
||||||
https://github.com/seanmonstar/reqwest/issues/2025#issuecomment-2010674997
|
https://github.com/seanmonstar/reqwest/issues/2025#issuecomment-2010674997
|
||||||
|
|
||||||
https://github.com/seanmonstar/reqwest/issues/2025#issuecomment-2010698600
|
https://github.com/seanmonstar/reqwest/issues/2025#issuecomment-2010698600
|
||||||
|
|
||||||
For windows, you may need to manually enable it.
|
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
|
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.
|
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
|
https://github.com/rustdesk/rustdesk-server-pro/issues/189
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user