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
macOS: FTP + DoH fails with '(15) Could not DOH-resolve: {IPv4-address}' #5454
Labels
name lookup
DNS and related tech
Comments
I believe this is a macOS-specific issue because of this logic: Lines 530 to 544 in 96a822f
|
bagder
added a commit
that referenced
this issue
May 26, 2020
USE_RESOLVE_ON_IPS (defined on macOS) means that addresses still need to get "resolved" but not with DoH. Reported-by: Viktor Szakats Fixes #5454
Let me know how that PR works for you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I understand it's an odd combination, but bumped into it anyhow. Initially I was looking into why the macOS-bundled curl 7.64.1 is doing a
Segmentation fault: 11
with these options. I could not repeat it with a custom build of the latest source tree, but found this issue instead. Looks like curl wants to resolve the server IP via DoH.I did this
stderr
I expected the following
Start downloading the file at the URL while using the specified DoH resolver.
Omitting
--doh-url
fixes it. Adding--ftp-pasv
doesn't.curl/libcurl version: commit
operating system
macOS 10.15.4
The text was updated successfully, but these errors were encountered: