You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is caused by using native-tls in reqwest as native-tls doesn't support TLS 1.3 sfackler/rust-native-tls#140
Switching to rustls-tls-native-roots and adding .use_rustls_tls() to the client builder does work but not sure if @gschier would want to switch away from native-tls or if switching will cause other issues.
Here's a TLS1.3 only API you can test with https://booster.spaceflight.live/?query=query%7Blaunch%28id%3A%22ydrQbuXwPEo%22%29%7Bname%7D%7D
What happened?
Version
2024.8.2
What operating system are you on?
Windows
Relevant log output
[2024-09-12][18:21:09][WARN][tao::platform_impl::platform::event_loop::runner] NewEvents emitted without explicit RedrawEventsCleared [2024-09-12][18:21:09][WARN][tao::platform_impl::platform::event_loop::runner] RedrawEventsCleared emitted without explicit MainEventsCleared [2024-09-12][18:21:16][WARN][tao::platform_impl::platform::event_loop::runner] NewEvents emitted without explicit RedrawEventsCleared [2024-09-12][18:21:16][WARN][tao::platform_impl::platform::event_loop::runner] RedrawEventsCleared emitted without explicit MainEventsCleared [2024-09-12][18:21:16][WARN][tauri_app_lib] Failed to send request: error sending request for url (https://my.domain.com)
The text was updated successfully, but these errors were encountered: