We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 -v --proxy proxy.local:8080 http://server.local
I expect that proxy server name is seen in the logging (in example above: proxy.local), but it logs the server name.
curl 8.13.0
Windows and Linux
The text was updated successfully, but these errors were encountered:
Possibly this was fixed in master because I get:
* Could not resolve proxy: proxy.local * shutting down connection #0 curl: (5) Could not resolve proxy: proxy.local
Sorry, something went wrong.
Yes, seems so: #16961
Excellent, fixed already!
No branches or pull requests
I did this
curl -v --proxy proxy.local:8080 http://server.local
curl: (5) Could not resolve proxy: server.local
I expected the following
I expect that proxy server name is seen in the logging (in example above: proxy.local), but it logs the server name.
curl/libcurl version
curl 8.13.0
operating system
Windows and Linux
The text was updated successfully, but these errors were encountered: