BrianLakstins

Results 14 comments of BrianLakstins

For my windows server so I can check the multiple certificates on the same IP address,, I altered "ssl-sites.conf" to contain: `UserParameter=ssl.sites,type "C:\Program Files\Zabbix Agent\ssl_sites.json"` My Windows Server has the...

I just started getting this today using the docker container: [cont-init.d] 50-speedtest: executing... [2023-06-21 23:09:04.851] [error] Configuration - SSL connect error (UnknownException) [2023-06-21 23:09:04.851] [error] Configuration - Cannot retrieve configuration...

The error seems to be caused by the Ookla speedtest binary. This is what I get when I run it directly, just trying to get the version. ```sh root@841d6a3ff8d6:/config/www/app/Bin# ./speedtest...

The speedtest executable is newer than the image. ```sh root@708f447c6416:/config/www/app/Bin# ls -al total 1371 drwxrwxr-x 2 abc abc 4 Nov 20 2022 . drwxrwxr-x 21 abc abc 24 Nov 20...

I think I new docker image will be needed. I found the code for downloading the speedtest executable in the file /etc/cont-init.d/50-speedtest ```sh # Do Ookla stuff if [ -z...

Looks like it's working. Lots of error matching this showed up in my log: ``` PHP Fatal error: Uncaught Error: Call to undefined function NunoMaduro\Collision\token_get_all() in /config/www/vendor/nunomaduro/collision/src/Highlighter.php:138  Stack trace:...

I also don't seem to see any automatically run hourly tasks. The "Test Again" button works to run a manual test.

crontab seems to be working, but the actual speedtest from crontab does not seem to be. ```txt root@07a303a717a8:/# crontab -l # do daily/weekly/monthly maintenance # min hour day month weekday...

I did not find a straightforward way to upgrade to 1.2 (which seems like it should be the easiest thing to do), so I decided to try the instructions from...

I used the command: sudo docker build -t lakstins/heartbleed https://github.com/kasimon/docker-heartbleed.git and it's doing a whole lot of stuff. Just passed step 5. I'll report back once I get the whole...