voxpupuli / puppet-zabbix

Puppet module for creating and maintaining zabbix components with puppet.
https://forge.puppet.com/puppet/zabbix
Apache License 2.0
80 stars 228 forks source link

Raspberry PI Agent Install from naizvoru.com - Certificate Expired #802

Closed topkoa closed 11 months ago

topkoa commented 3 years ago

It seems the Cert has expired for the Zabbix Agent install for Raspberry PI.

Error: Could not set 'present' on ensure: SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate has expired) (file: /etc/puppetlabs/code/environments/production/modules/apt/manifests/key.pp, line: 55)
Wrapped exception:
SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate has expired)
Error: /Stage[main]/Zabbix::Repo/Apt::Source[zabbix]/Apt::Key[Add key: BC274A7EA7FD5DD267C9A18FD54A213C80E871A7 from Apt::Source zabbix]/Apt_key[Add key: BC274A7EA7FD5DD267C9A18FD54A213C80E871A7 from Apt::Source zabbix]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate has expired) (file: /etc/puppetlabs/code/environments/production/modules/apt/manifests/key.pp, line: 55)
Notice: /Stage[main]/Zabbix::Repo/Apt::Source[zabbix]/Apt::Key[Add key: BC274A7EA7FD5DD267C9A18FD54A213C80E871A7 from Apt::Source zabbix]/Anchor[apt_key BC274A7EA7FD5DD267C9A18FD54A213C80E871A7 present]: Dependency Apt_key[Add key: BC274A7EA7FD5DD267C9A18FD54A213C80E871A7 from Apt::Source zabbix] has failures: true
smortex commented 3 years ago

The cert of the website which distribute the key is indeed expired: https://naizvoru.com/raspbian/zabbix/conf/boris@steki.net.gpg.key

Maybe we can get this key (BC274A7EA7FD5DD267C9A18FD54A213C80E871A7) from another source?

topkoa commented 2 years ago

Anyone got any ideas on a fix?

evgeni commented 1 year ago

And now the website is totally down.

@topkoa do you know of any other source for Rapsbian debs? Or should we just drop the Rapsbian support here?

topkoa commented 1 year ago

Nope. I am frankly surprised no one who maintains this has fixed this yet. I was hoping for a fix back in 2021. 🤷‍♂️

evgeni commented 1 year ago

isn't the repo at https://repo.zabbix.com/zabbix/6.0/raspbian/ sufficient?

(I have no idea about Raspian)