Skip to content

Commit 9a70da6

Browse files
Fiona NeillManuel GrabowskiCharl Marais
committed
Merge branch 'add-runner-troubleshooting-case' into 'main'
Add Troubleshooting Case See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/4208 Merged-by: Fiona Neill <[email protected]> Approved-by: Fiona Neill <[email protected]> Reviewed-by: Fiona Neill <[email protected]> Reviewed-by: Manuel Grabowski <[email protected]> Co-authored-by: Manuel Grabowski <[email protected]> Co-authored-by: Charl Marais <[email protected]>
2 parents 5dce6e2 + 316bea6 commit 9a70da6

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)