voxpupuli / puppet-zabbix

Puppet module for creating and maintaining zabbix components with puppet.

Home Page:https://forge.puppet.com/puppet/zabbix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raspberry PI Agent Install from naizvoru.com - Certificate Expired

topkoa opened this issue · comments

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

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?

Anyone got any ideas on a fix?

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?

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

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

(I have no idea about Raspian)