Skip to content

Commit 316bea6

Browse files
Charl MaraisFiona Neill
Charl Marais
authored and
Fiona Neill
committed
Add Troubleshooting Case
1 parent c4f0562 commit 316bea6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/faq/index.md

+11
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,17 @@ sealert -a /var/log/audit/audit.log
289289
CrowdStrike Falcon Sensor has been reported to kill pods after the `Cleaning up files` stage of a job
290290
when the "container drift detection" setting was enabled. To ensure that jobs are able to complete, you must disable this setting.
291291

292+
## Job fails with `remote error: tls: bad certificate (exec.go:71:0s)`
293+
294+
This error can occur when the system time changes significantly during a job
295+
that creates artifacts. Due to the change in system time, SSL certificates are expired, which causes an error when the runner attempts to uploads artifacts.
296+
297+
To ensure SSL verification can succeed during artifact upload,
298+
change the system time back to a valid date and time at the end
299+
of the job.
300+
Because the creation time of the artifacts file has also changed,
301+
they are automatically archived.
302+
292303
## Helm Chart: `ERROR .. Unauthorized`
293304

294305
Before uninstalling or upgrading runners deployed with Helm, pause them in GitLab and

0 commit comments

Comments
 (0)