Debian 13 openssl error “SSL routines::unexpected eof while reading”

I updated my main server yesterday to Debain 13 (Friday a 13th… yea I know) and some cron jobs failed with the following error:

OpenSSL SSL_read: OpenSSL/3.5.4: error:0A000126:SSL routines::unexpected eof while reading, errno 0

Continue reading “Debian 13 openssl error “SSL routines::unexpected eof while reading””

Python script to automate apt update and send statistics to InfluxDB / Telegraf

I wanted to get an overview how many updates my servers are currently missing. I wrote a Python script to update the APT-cache and write the results into InfluxDB via API_v2.

Continue reading “Python script to automate apt update and send statistics to InfluxDB / Telegraf”