diff --git a/FAQ.md b/FAQ.md index 71bb25a..c600cc9 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1504,3 +1504,17 @@ https://github.com/rustdesk/rustdesk/issues/2018#issuecomment-3239374964 # "color must be int, or tuple of one or two elements error" when build custom client You can adjust the color mode bit depth in https://www.photopea.com/ and save them again. + +# 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