Hello
We can try some possible options to avoid the use of the proxy:
A.- Remove a proxy server from the snapcenter host using the netsh command:
- Open admin cmd prompt on the SnapCenter host
- Type netsh winhttp reset proxy and press Enter
- The result will have the following output:
Current WinHTTP proxy settings:
Direct access (no proxy server)
- Restart the Snapcenter server
B.- Remove the proxy from Internet Options
- Go to Start > Control Panel > Internet Options > Connections tab Click LAN Settings button
- Un-check all boxes under Automatic Configuration
- Un-check the box under Proxy Server
- Click OK
C.- Disable system proxy via SnapCenter configuration file
- Edit: %ProgramFiles%\SMCore\SMCoreServiceHost.dll.config file (consider making a copy of the file before doing the changes below)
- Between <system.net> and </system.net> add the following text:
<defaultProxy>
<proxy usesystemdefault=”False”/>
</defaultProxy>