Continuing the discussion from Workers in Kubernetes aren't configured properly:
Hi,
We found a resolution to this issue by creating our own image and adding this :
FROM octopusdeploy/tentacle:latest
...
RUN sed -i 's/DEFAULT@SECLEVEL=2/DEFAULT@SECLEVEL=1/g' /etc/ssl/openssl.cnf
RUN sed -i 's/DEFAULT@SECLEVEL=2/DEFAULT@SECLEVEL=1/g' /usr/lib/ssl/openssl.cnf
...
No more error and the workers work fine.