Pyra
Can't get Python to work with TLS Interception, always UnknownIssuer
@huschplay Hello again π
Would you mind helping us a little bit? We have to verify if uv can work with self-signed certificates or not. :) Are you using self-signed certificates or they are signed by someone else?
27 replies
Can't get Python to work with TLS Interception, always UnknownIssuer
@huschplay Hello, I think issue should be resolved on latest. If you have installed certs to system store, you can try to set
PY_NATIVE_CERT=true
so uv uses it (by default it uses it's own).
If it does not work, you can try PY_INDEX_CERT=/custom-certs/root-ca.crt
If that does work neither, you can whitelist your domain PY_TRUSTED_HOST=pypi.org
I hope that works π
Let me know if it does or not27 replies