graylog-labs / graylog2-puppet

[DEPRECATED] Puppet module to install and manage a Graylog 1.x system.
https://www.graylog.org/
MIT License
10 stars 28 forks source link

Getting 403 when trying to install in Debian #2

Closed renanvicente closed 10 years ago

renanvicente commented 10 years ago

If I try to install graylog2-server or graylog2-web using the module , it stop when is trying to install the package , because it's getting a message The following packages cannot be authenticated! graylog2-server

or The following packages cannot be authenticated! graylog2-web

If tries to install manually the package

WARNING: The following packages cannot be authenticated! graylog2-radio Install these packages without verification [y/N]?

So , seems that the repository is having problem to get authenticated using the module gpg for Debian.

I thought it could be simply solved writing a case Debian use install_options => '--force-yes', but I don't think it is a good way to solve the problem.

renanvicente commented 10 years ago

The error was in version 0.20

bernd commented 10 years ago

This is due to a problem with apt-get and Amazon S3 (where we redirect requests to). We are going to switch to https for repository hosting soon. That will fix the problems.

hggh commented 10 years ago

I have seen the same errors from time to time, while switching the vagrant box to official packages and puppet stuff: Failed to fetch http://packages.graylog2.org/repo/debian/pool/wheezy/0.21/g/graylog2-web/graylog2-web_0.21.0-4.rc1_all.deb 403 Forbidden

bernd commented 10 years ago

We are now service the packages via https. Make sure you use the https URL.