-
Notifications
You must be signed in to change notification settings - Fork 16
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
Error "request signature does not match" in docker build #102
Comments
Aha, so when I run the http command with
It seems that when
|
Aha. So it seems the issue is GET vs POST. I can replicate the failure interactively with this command:
It's surprising to me that So the basic issue is not rooted in warehouse, but it the usage of Still, I recognize some things that warehouse could do to make this issue less mysterious:
I don't feel strongly that anything in warehouse needs to be done, so I leave it to maintainers to ascertain the next steps from here (if any). |
Thanks for the issue. We should just be bouncing POST requests at the CDN. I've transferred this to #102 accordingly. |
While troubleshooting another issue, I'm getting intermittent failures when trying to download a file from PyPI. I've gone to the netifaces project and found the source file URL for the latest version (netifaces-0.11.0.tar.gz). I downloaded the file in one environment, but needed it in a Linux environment, so created this docker file:
When I build that file, I get the following:
In particular, the request fails with:
Curiously, if I run the same
http
command interactively or as part of the CMD, it works.The error message seems a little suspicious, as I'm not contacting Google and I'm not supplying a secret key nor signing anything, so it seems to me it's something between warehouse and its backend that's failing.
The text was updated successfully, but these errors were encountered: