Skip to content
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

fix: enforce rust-tls for reqwest #2719

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

Hofer-Julian
Copy link
Contributor

We expect that native-tls is still used for reqwest and that this is the reason we see this error message on CI on Windows

Failed to resolve dependencies: error sending request for url (https://prefix.dev/conda-forge/noarch/repodata_shards.msgpack.zst)
    Diagnostic severity: error
    Caused by: An existing connection was forcibly closed by the remote host. (os error 10054)
    Caused by: client error (Connect)
    Caused by: error sending request for url (https://prefix.dev/conda-forge/noarch/repodata_shards.msgpack.zst)

We expect that native-tls is still used for reqwest and that this is the reason we see this error message on CI on Windows

```
Failed to resolve dependencies: error sending request for url (https://prefix.dev/conda-forge/noarch/repodata_shards.msgpack.zst)
    Diagnostic severity: error
    Caused by: An existing connection was forcibly closed by the remote host. (os error 10054)
    Caused by: client error (Connect)
    Caused by: error sending request for url (https://prefix.dev/conda-forge/noarch/repodata_shards.msgpack.zst)
```
@Hofer-Julian Hofer-Julian requested a review from wolfv December 17, 2024 15:55
@Hofer-Julian Hofer-Julian merged commit f9bd6c9 into prefix-dev:main Dec 17, 2024
21 of 22 checks passed
@Hofer-Julian Hofer-Julian deleted the fix/enforce-rust-tls branch December 17, 2024 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants