failed, reason: self signed certificate in certificate chain | git Clone #38058
-
Hello team 👋 We have a report of actions checkout@v3 failing in an actions-enabled beta on GHES 2.22 with the following message:
This is running a simple workflow that only clone my private repository with a token docker-Build: FYI I try git config --global http.sslVerify false but still failing Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The Additionally, but not directly related to the error: The 2.22 version of GitHub Enterprise Server was discontinued on 2021-09-23. For continued support for Actions on GHES, better performance, improved security, and new features, you should upgrade to the latest version of GitHub Enterprise. |
Beta Was this translation helpful? Give feedback.
-
Adding another comment here that the likely reason why |
Beta Was this translation helpful? Give feedback.
The
self-signed certificate in the certificate chain
message means the GitHub Enterprise Server appliance is using the default self signed certificate which is not trusted by the runner's CA store, or the certificate chain may include a Root CA incorrectly. The "Certificate validity errors" section of our GitHub Enterprise Server Documentation may be helpful.Additionally, but not directly related to the error: The 2.22 version of GitHub Enterprise Server was discontinued on 2021-09-23. For continued support for Actions on GHES, better performance, improved security, and new features, you should upgrade to the latest version of GitHub Enterprise.