How to resolve the "Error: unable to verify the first certificate on runner" error?
Add the server's root certificate to the Runner's certificate list
Disable certificate verification
-e NODE_TLS_REJECT_UNAUTHORIZED=0
to the docker startup command in the Runner Deployment Command.Modified at 2025-02-17 08:12:15