Files
UNITRONIX 1fe504346e feat(rdclient): introduce RdClient desktop MVP with session handling and TLS support
- Added a new Tauri v2 operator shell for RdClient desktop, featuring first-run panel URL setup and session management.
- Implemented automatic session detection for Linux and TLS support for both HTTP and HTTPS with various certificate options.
- Enhanced remote session opening functionality to utilize the new desktop client when available.
2026-06-14 19:31:24 +02:00

679 B

Vendored crates

wry/

Patched copy of wry used via [patch.crates-io] in src-tauri/Cargo.toml.

Change: src/webkitgtk/web_context.rs sets TLSErrorsPolicy::Ignore on the WebKit WebContext so RdClient can load operator panels over HTTP, self-signed HTTPS, or HTTPS with an incomplete chain (common on LAN installs). Disable with BETTERDESK_TLS_STRICT=1.

Upstream issue context: tauri#7175, tauri#4039.

When upstream wry/Tauri expose a supported API for operator TLS policy, this vendor copy can be removed.