github / gh-gei

Migration CLI for GitHub to GitHub migrations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSL error during migration from ADO to GH: "error:140E0197:SSL routines:SSL_shutdown:shutdown while in init"

blmbyd opened this issue · comments

Description

During migration from Azure DevOps to GitHub Enterprise EMU, one repo is failing because of an SSL error.
[ERROR] Git source migration failed. Error message: SSL error: error:140E0197:SSL routines:SSL_shutdown:shutdown while in init

Reproduction Steps

[INFO] You are running an up-to-date version of the ado2gh CLI [v1.7.0]
[INFO] ADO ORG: ***
[INFO] ADO TEAM PROJECT: ***
[INFO] ADO REPO: ***
[INFO] GITHUB ORG: ***
[INFO] GITHUB REPO: ***
[INFO] ADO PAT: ***
[INFO] GITHUB PAT: ***
[INFO] Migrating Repo...
[INFO] Migration in progress (ID: ***). State: PENDING_VALIDATION. Waiting 10 seconds...
[2024-01-03 20:08:28] [INFO] Migration in progress (ID: ***). State: QUEUED. Waiting 10 seconds...
[2024-01-03 20:08:38] [INFO] Migration in progress (ID: ***). State: IN_PROGRESS. Waiting 10 seconds...
[2024-01-03 20:08:48] [INFO] Migration in progress (ID: ***). State: IN_PROGRESS. Waiting 10 seconds...
Error: 1-03 20:08:58] [ERROR] Migration Failed. Migration ID: ***
[2024-01-03 20:08:58] [INFO] Migration log available at *** or by running `gh ado2gh download-logs --github-org *** --github-repo ***`
Error: 1-03 20:08:58] [ERROR] Git source migration failed. Error message: SSL error: error:140E0197:SSL routines:SSL_shutdown:shutdown while in init
Notice:  Last exit code:  1
Error: Process completed with exit code 1.

@blmbyd Hi there! Thanks for reaching out.

This looks like an intermittent error - we've seen a slight uptick in these kinds of failure in the last few weeks, and we're looking into it.

Would you be able to try the affected repo again?

@timrogers, it is working now.
After a few re-runs, the repo is migrated.

That's great! Thanks for the update.