Description
Hello folks,
When starting Sourcebot (container, v2.5.0), the container immediately exits with status code 60. With no error message.
After troubleshooting, I found out that it's due to the curl
calls done in the entrypoint.sh
script for telemetry. Exit code 60 is the way cURL says there's something wrong with the SSL certificate.
In my case, it's due to internal network policies that happen to manipulate the SSL certificate the container sees for the Posthog URLs.
While the actual root cause is out of Sourcebot scope, it might be interesting to add slightly more logs or "catch" the cURL errors to give a hint to users that this might be the reason of the container not starting.
Anyway, I though to log this as an issue to help other people that may encounter the same issue.