Skip to content

Silence warnings on empty SSL_CERT_DIR directory#19018

Merged
zanieb merged 2 commits intoastral-sh:mainfrom
zaniebot:claude/reduce-to-warn-VMfQ2
Apr 15, 2026
Merged

Silence warnings on empty SSL_CERT_DIR directory#19018
zanieb merged 2 commits intoastral-sh:mainfrom
zaniebot:claude/reduce-to-warn-VMfQ2

Conversation

@zanieb
Copy link
Copy Markdown
Member

@zanieb zanieb commented Apr 15, 2026

Closes #19013

claude added 2 commits April 15, 2026 21:29
Conda sets `SSL_CERT_DIR` to an empty directory, causing a noisy
user-visible warning on every uv command. Since this is benign when
`SSL_CERT_FILE` provides valid certificates, downgrade from
`warn_user_once!` to a tracing-level `warn!`.

Closes astral-sh#19013

https://claude.ai/code/session_0137uaufb3z2P2heh7HAjcKE
@zaniebot zaniebot force-pushed the claude/reduce-to-warn-VMfQ2 branch from 451ea3b to 98cb1a4 Compare April 15, 2026 21:32
@zanieb zanieb merged commit 091e808 into astral-sh:main Apr 15, 2026
54 checks passed
@zsol zsol added the error messages Messaging when something goes wrong label Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

error messages Messaging when something goes wrong

Projects

None yet

Development

Successfully merging this pull request may close these issues.

uv constantly warns about empty SSL_CERT_DIR

3 participants