We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all,
We're seeing 402 errors accessing the apt repositories on packagecloud.io for Ubuntu Trusty.
For example when doing an apt-get update:
apt-get update
STDERR: W: Failed to fetch https://packagecloud.io/phusion/passenger/ubuntu/dists/trusty/main/source/Sources HttpError402 W: Failed to fetch https://packagecloud.io/phusion/passenger/ubuntu/dists/trusty/main/binary-amd64/Packages HttpError402 W: Failed to fetch https://packagecloud.io/phusion/passenger/ubuntu/dists/trusty/main/binary-i386/Packages HttpError402
Direct access reports the same issue:
$ curl -I https://packagecloud.io/phusion/passenger/ubuntu/dists/trusty/main/binary-i386/Packages HTTP/2 402 date: Wed, 31 Mar 2021 10:37:26 GMT content-type: text/html;charset=utf-8 content-length: 16 server: nginx x-xss-protection: 1; mode=block x-content-type-options: nosniff x-frame-options: SAMEORIGIN cache-control: no-cache x-request-id: 73c66a92-2934-4386-8b91-8fa563d778f1 x-runtime: 0.002726
Might be related to #89
Appreciate it's an old version, should these repos still work?
Thanks!
The text was updated successfully, but these errors were encountered:
Wrong project!
Sorry, something went wrong.
No branches or pull requests
Hi all,
We're seeing 402 errors accessing the apt repositories on packagecloud.io for Ubuntu Trusty.
For example when doing an
apt-get update
:Direct access reports the same issue:
Might be related to #89
Appreciate it's an old version, should these repos still work?
Thanks!
The text was updated successfully, but these errors were encountered: