On my Mac OS Sequoia 15.0 (24A335), I'm trying to run uv and as I'm behind a company proxy, I need to use the system certificates which are not recognised by default.
In running the uv --native-tls command the help keeps being prompted. Conversely, using an export UV_NATIVE_TLS=truez and then running whatever I need, uv execute without issues.
On my Mac OS Sequoia 15.0 (24A335), I'm trying to run uv and as I'm behind a company proxy, I need to use the system certificates which are not recognised by default.
In running the
uv --native-tlscommand the help keeps being prompted. Conversely, using anexport UV_NATIVE_TLS=truezand then running whatever I need, uv execute without issues.