How do I resolve the "Error: unable to verify the first certificate on runner" error?
Add the server's root certificate to the Runner's list of certificates
Disable certificate validation
-e NODE_TLS_REJECT_UNAUTHORIZED=0
on docker startup to the Runner deployment command.Modified at 2025-03-24 06:24:40