-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Curl does not support ipv6 #370
Comments
Do you actually have an IPv6-only host to test against? |
Running curl.exe against ipv6.google.com fails, but I can load it in my browser. I bumped into this because I can only access our git repository over IPv6, and 2.5.x cannot connect. If I run with |
That is the MCVE I was looking for! Thanks! |
Have same issue with git version 2.5.2.windows.2. is it really just a missing flag when building CURL? It worked before and still works in Cygwin version. |
Possibly. If you have time, please dig deeper. The |
It seems the right url is http://ipv6test.google.com/. Also, it appears the the
Not sure why though. |
Correct. But we knew already that the MinGW version is compiled without IPv6 support. That's not a new information... |
BTW no need to add more comments here, I am in the process of fixing this myself. Note: I would have really appreciated somebody motivated to step in. Would be nice to spend less than 14 hours a day on other people's problems, for a change. Oh well... back to patching |
ipv6.google.com does work for me:
Possibly your IPv6 was not fully functional at the time? ipv6.google.com is inaccessible over IPv4 (only has an AAAA record). |
Yep, apparently my ISP does not let me connect to IPv6-only hosts. I have a curl 'http://[2800:3f0:4003:800::1005]/' So I call that progress. |
Okay, here is your chance to help me, everybody: download the Pacman package for your SDK from https://github.com/dscho/MINGW-packages/releases/tag/tmp-ipv6-curl, install it with |
@ytimenkov was nice enough to test and reported success. Thanks! For lurkers: the fix was merged upstream and the next |
Thanks! Confirmed 2.5.3 solves my problems 👍 |
@Porges thanks for testing. |
Also tested on win 2012 server / 64bit, all works fine! Thanks! |
… file extension consistently
With 2.5.1, curl --version prints:
With the older 1.9.5 version, curl prints:
Note "IPv6" in Features line.
The text was updated successfully, but these errors were encountered: