cURL Mailing List Monthly Index Single Mail
curl-tracker Archives
[curl:bugs] #1424 happy eyeballs problem with host unaccessible over ipv6
From: dominikh <dominikho_at_users.sf.net>
Date: Mon, 01 Dec 2014 20:38:28 +0000
I can reproduce this issue. Trying with the URL from the bug report:
dominikh-pc 130? ~ $ curl -v https://sublime.wbond.net/channel.json
Works fine if passing -4
Using sprunge.us instead, where the server sometimes responds fast enough:
dominikh-pc 7? ~ $ curl -sv sprunge.us > /dev/null
Essentially, if curl manages to test and fail all v6 addresses before a v4 address succeeds, it gives up entirely, not waiting for v4 to finish.
dominikh-pc ~ $ curl --version
Curl was built with `--enable-threaded-resolver --enable-ipv6`.
--- ** [bugs:#1424] happy eyeballs problem with host unaccessible over ipv6** **Status:** pending **Created:** Fri Sep 19, 2014 05:50 AM UTC by Michael Heuberger **Last Updated:** Mon Nov 03, 2014 09:14 AM UTC **Owner:** Daniel Stenberg Running `curl https://sublime.wbond.net/channel.json` in the console tell me, its unreachable: $ curl https://sublime.wbond.net/channel.json curl: (7) Failed to connect to sublime.wbond.net port 443: Network is unreachable But I can download that json from any browser instance. Weird. How come? Here more info. I am on Ubuntu 14.04: $ curl -V curl 7.37.1 (x86_64-pc-linux-gnu) libcurl/7.37.1 OpenSSL/1.0.1f zlib/1.2.8 libidn/1.28 librtmp/2.3 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smtp smtps telnet tftp Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP --- Sent from sourceforge.net because curl-tracker@cool.haxx.se is subscribed to https://sourceforge.net/p/curl/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/curl/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.Received on 2014-12-01 These mail archives are generated by hypermail. |