-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
Description
I did this
curl --doh-url fake.haxx.se https://curl.se/ --trace-config dns -v
This tells curl to use DoH but provides a hostname that fails to resolve, but there is no message about the failed DoH transfer being displayed. I would probably not expect --trace-config dns to be required, but I added that since it seems the code wants it - but to no effect.
I expected the following
Some kind of message informing me that fake.haxx.se couldn't be resolved when it is resolved by the default resolver.
curl/libcurl version
curl 8.16.0-dev git master
operating system
Linux, but should be independent of OS.
Reactions are currently unavailable