Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulling Microsoft images on windows 11 fails with error An existing connection was forcibly closed by the remote host #166

Open
linxiaoxin opened this issue Aug 16, 2024 · 2 comments

Comments

@linxiaoxin
Copy link

I am pulling images from mcr.microsoft.com/dotnet/framework/* and encountered the errors

"Error response from daemon: Head "https://mcr.microsoft.com/v2/dotnet/framework/sdk/manifests/4.8": read tcp [***]:62610->[2603:1061:f:100::10]:443: wsarecv: An existing connection was forcibly closed by the remote host."

I was able to pull images successfully before this week. Seem to have error after I did a window update on 14-Aug-2024
"2024-08 Cumulative Update for Windows 11 Version 23H2 for x64-based Systems (KB5041585)"

There is no issue when pulling image from windows 10.

Suspect due to TLS handshake, no matching algorithm??

@linxiaoxin
Copy link
Author

linxiaoxin commented Aug 21, 2024

I have managed successfully download the image from Microsoft after disabled IPv6 protocol. it further prove to be caused by recent patch from Microsoft for recent discovered vulnerabilities with IPv6

@aldass
Copy link

aldass commented Dec 14, 2024

I have managed successfully download the image from Microsoft after disabled IPv6 protocol. it further prove to be caused by recent patch from Microsoft for recent discovered vulnerabilities with IPv6

...can confirm this is still an issue. If I use my VPN and/or disable IPV6 in my windows TCP/IP config everything works just fine.

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

No branches or pull requests

2 participants