-
-
Notifications
You must be signed in to change notification settings - Fork 53
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 for curl issue breaks cargo registry authentication #95
Comments
The curl backend for cargo's git support does not support authentication, and cargo switches to that backend whenever there are custom http settings. Cargo could potentially ignore the multiplexing setting since it isn't really important. I would suggest if you need git authentication to set the environment variable |
Thanks for suggesting @ehuss , but this doesn't help for toolchain version 1.71. I've got the curl timeout error during fetch. |
@babinskiy Sorry, I'm not quite following what you are saying. Are you saying that you have both I've been running a few thousand tests over the past few days and haven't had any errors with |
Another datapoint: We were also seeing some spurious timeouts with a private registry (cloudsmith), even with Setting only |
I'll close this since we haven't gotten a response to #95 (comment), and I don't think this issue will be actionable without that. |
Hi
your fix for curl network issue breaks authentication for private cargo registry
The text was updated successfully, but these errors were encountered: