Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest
Please, try again later.
This command will display the current WinHTTP settings:
netsh winhttp show proxy
This command can be used to set a WinHTTP proxy:
netsh winhttp set proxy proxy-server="<proxy>:<port>"
Note: Replace <proxy> and <port> in quotes with the actual proxy server's hostname or IP and the port it uses. For example this command would set the proxy for all protocols to use proxy.domain.tld (192.168.111.111) port 8080:
netsh winhttp set proxy proxy-server="192.168.111.111:8080"
netsh winhttp set proxy proxy-server="proxy.domain.tld:8080"
A more advanced example using a specific protocol and exclusions:
netsh winhttp set proxy proxy-server="http=proxy.domain.tld:8080" bypass-list="*.labdomain.tld;*.devlab.tld"
This command can be used to reset the WinHTTP settings back to default (no proxy).
netsh winhttp reset proxy
If this KB article did not resolve your issue or you need further assistance with Veeam software, please create a Veeam Support Case.
To submit feedback regarding this article, please click this link: Send Article Feedback
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.
Your feedback has been received and will be reviewed.
Please, try again later.
Please try select less.
This form is only for KB Feedback/Suggestions, if you need help with the software open a support case
Your feedback has been received and will be reviewed.
Please, try again later.