-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document configuring uv with self signed certificates #53
Comments
This |
That's a good point - I haven't tried yet, but I guess it should work. IMHO using native-tls by default would be a good choice anyway (since the OS certificates are updated by the OS, while uv may be updated infrequently) - If others agree, perhaps we could switch configure uv to use native-tls by default in servo? |
The only concern I have about turning on native-tls in servo is that the documentation mentions potential performance degradation on macOS.
I can't test on macOS, but I don't notice any difference on my on my linux machine. I'll try to test on Windows as well. |
I can try it out on macos later. astral-sh/uv#2362 says that the slowdown can be in the order of hundreds of milliseconds. |
This allows uv to work behind e.g. company proxies that use self signed certificates.
uv doesn't really provide a helpful error message, so it would probably be helpful if we documented this, e.g. by putting it in a FAQ or common issues section.
The text was updated successfully, but these errors were encountered: