kcon-stackav

Results 7 comments of kcon-stackav

I was seeing this issue in `7.1.1` too, and for me it seems to be #22118 where my `.netrc` file's contents were changing on every CI job run due to...

@samypr100 thank you for the quick response. 🙏 My private package index's SSL certificate is self-signed by a private CA, and yes I'm using nginx as a reverse proxy where...

> Thanks for the thorough write-up and cross references, that's really helpful. I'd be willing to consider changing backends, though I worry it'd be a breaking change and don't fully...

I created this PR to try out using `aws-lc-rs` instead of `ring` for TLS: https://github.com/astral-sh/uv/pull/4734 Unfortunately it looks like it won't solve our issue 😞. Although `aws-lc-rs` supports the ECDSA...

@cpu thanks for the heads-up, unfortunately it looks like `webpki` and the others are still missing support for the particular combination we need (ECDSA P384 with SHA-512 or following their...

I can confirm the support for `--allow-insecure-host` introduced in 0.3.5 (https://github.com/astral-sh/uv/issues/1339) enables me to use `uv` with my private Python package index server. 🥳 I'll close this issue for now...

> Sorry this is lingering, I'm just not sure of the trade-offs here since it changes our release pipeline and hasn't been requested by many people. No worries, and feel...