Files
runner/docs/checks/actions.md
Patrick Ellis 176e7f5208 Trim trailing whitespace in all md and yml files (#1329)
* Trim non-significant trailing whitespace, add final newlines to md,yml files

* Add .editorconfig with basic whitespace conventions
2021-09-15 13:35:25 +02:00

2.4 KiB

Actions Connection Check

What is this check for?

Make sure the runner has access to actions service for GitHub.com or GitHub Enterprise Server

What is checked?

  • DNS lookup for api.github.com or myGHES.com using dotnet
  • Ping api.github.com or myGHES.com using dotnet
  • Make HTTP GET to https://api.github.com or https://myGHES.com/api/v3 using dotnet, check response headers contains X-GitHub-Request-Id


How to fix the issue?

1. Check the common network issue

Please check the network doc

If you are seeing System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. in the log, it means the runner can't connect to Actions service due to SSL handshake failure.

Please check the SSL cert doc

Still not working?

Contact GitHub customer service or log an issue at https://github.com/actions/runner if you think it's a runner issue.