Skip to content

Conversation

@ibolton336
Copy link

@ibolton336 ibolton336 commented Nov 26, 2025

prebuild.js failed during build with UND_ERR_ABORTED when downloading from Red Hat CDN in corporate environments with HTTP/2 restrictions.

Root Cause
Used 15-year-old https.get() API which poorly handles:

  • HTTP/2 protocol negotiation
  • Corporate proxies
  • Modern network environments

konveyor#1030

@ibolton336 ibolton336 merged commit b91e907 into migtools:release-8.0.3 Nov 26, 2025
24 of 25 checks passed
ibolton336 added a commit that referenced this pull request Dec 9, 2025
prebuild.js failed during build with UND_ERR_ABORTED when downloading
from Red Hat CDN in corporate environments with HTTP/2 restrictions.

Root Cause
Used 15-year-old https.get() API which poorly handles:

- HTTP/2 protocol negotiation
- Corporate proxies
- Modern network environments

konveyor#1030
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants