Skip to content

Commit

Permalink
Fix UnknownIssuer issue with uv and pip
Browse files Browse the repository at this point in the history
Begins to fix the error: Failed to fetch: `https://pypi.org/simple/requests/`
  Caused by: Request failed after 3 retries
  Caused by: error sending request for url (https://pypi.org/simple/requests/)
  Caused by: client error (Connect)
  Caused by: invalid peer certificate: UnknownIssuer

uses:
https://stackoverflow.com/a/65429935/19200783
  • Loading branch information
Zoobdude committed Nov 15, 2024
1 parent 914a2b0 commit 2d02484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uv.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
allow-insecure-host = ["pypi.org", "files.pythonhosted.org"]

0 comments on commit 2d02484

Please sign in to comment.