You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq/index.md
+11
Original file line number
Diff line number
Diff line change
@@ -289,6 +289,17 @@ sealert -a /var/log/audit/audit.log
289
289
CrowdStrike Falcon Sensor has been reported to kill pods after the `Cleaning up files` stage of a job
290
290
when the "container drift detection" setting was enabled. To ensure that jobs are able to complete, you must disable this setting.
291
291
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
+
292
303
## Helm Chart: `ERROR .. Unauthorized`
293
304
294
305
Before uninstalling or upgrading runners deployed with Helm, pause them in GitLab and
0 commit comments