Quantcast
Channel: Veeam Support Knowledge Base
Viewing all articles
Browse latest Browse all 4362

How to Configure WinHTTP Proxy for Veeam Components

$
0
0

How to Configure WinHTTP Proxy for Veeam Components

KB ID: 3090
Product: Veeam Backup & Replication | 10 | 11 | 12
Published: 2020-01-20
Last Modified: 2023-11-01

Purpose

This article documents how to configure WinHTTP Proxy settings for Veeam components in environments where the software must use an HTTP proxy to access the internet.
WinHTTP vs WinInet Proxy Settings
This article documents the configuration of WinHTTP, which is used by some Veeam Backup & Replication communications. Some connections used by Veeam Backup & Replication utilize WinInet, which must be configured as documented in KB1975.

Solution

Known Limitation: WinHTTP does not support proxy authentication.
System-Wide Configuration
This change is system-wide and will affect all applications that use WinHTTP, including other third-party or Windows services that use WinHTTP (e.g., Windows Update).
Check Current WinHTTP Proxy Settings

This command will disaplay the current WinHTTP settings:

netsh winhttp show proxy
Set WinHTTP Proxy Settings

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 192.168.111.111 port 8080: 

netsh winhttp set proxy proxy-server="192.168.111.111:8080"
Reset WinHTTP Proxy

This command can be used to reset the WinHTTP settings back to default (no proxy).

netsh winhttp reset proxy
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.

Viewing all articles
Browse latest Browse all 4362

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>