Worker in K8s TLS error

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.

1 Like

Hey @douchet.pantoine,

Thank you so much for following up on this and posting the fix up, I re-opened the other forum post you linked and posted this one in there so other customers (and Support members) can see the fix for that issue!

If you need anything else reach out as we are always on hand to help but your addition of that fix will really help other customers!

Kind Regards,
Clare

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.