Skip to content

Commit

Permalink
docs: add note about ssl_cert_file env var (#2124)
Browse files Browse the repository at this point in the history
  • Loading branch information
samypr100 authored Mar 2, 2024
1 parent c7c3aff commit 5083f51
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,16 @@ to build on aarch64 Windows, but does not consider either platform to be support

uv supports and is tested against Python 3.8, 3.9, 3.10, 3.11, and 3.12.

## Custom CA Certificates

`uv` supports custom CA certificates (such as those needed by corporate proxies) by utilizing the
system's trust store. To ensure this works out of the box, ensure your certificates are added to the
system's trust store.

If a direct path to the certificate is required (e.g., in CI), set the `SSL_CERT_FILE` environment
variable to the path of the certificate bundle, to instruct `uv` to use that file instead of the
system's trust store.

## Acknowledgements

uv's dependency resolver uses [PubGrub](https://github.com/pubgrub-rs/pubgrub) under the hood.
Expand Down

0 comments on commit 5083f51

Please sign in to comment.