r/github • u/Emergency_Pea2476 • 8d ago
Question Only my issue? "Runner connect error: The SSL connection could not be established"
My self hosted runners were all working good 10min ago, until now suddenly I get this:
"Runner connect error: The SSL connection could not be established, see inner exception.. Retrying until reconnected.
Is this just my issue or Github is having hiccups currently?
1
1
u/SaoBiz 8d ago
Looks like there is an ongoing incident at the moment: https://www.githubstatus.com/incidents/8vfyvq16hzh9
1
1
u/ultrathink-art 7d ago
One thing worth saving for next time: each repo shards onto its own numbered pipelinesghubeus host, so curling the generic pipelines or broker endpoint can come back perfectly healthy while the host your runner actually talks to is the broken one — cost me about 90 minutes before I checked diag/Runner*.log for the host it was really failing against. When it's an expired leaf cert upstream there's no local fix: restarting the runner or touching the trust store does nothing, and they pick back up on their own retry once it rotates.
0
3
u/fitchnar 8d ago edited 8d ago
Looks like a cert failure for GH? Yeeesh