Quantcast
Channel: All Data Protection posts
Viewing all articles
Browse latest Browse all 3468

Re: SnapCenter 6.0 - proxy issue

$
0
0

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:

  1. Open admin cmd prompt on the SnapCenter host
  2. Type netsh winhttp reset proxy and press Enter
  3. The result will have the following output:

    Current WinHTTP proxy settings:
    Direct access (no proxy server)

 

  1. Restart the Snapcenter server

 

B.-  Remove the proxy from Internet Options

  1. Go to Start > Control Panel > Internet Options > Connections tab  Click LAN Settings button
  2. Un-check all boxes under Automatic Configuration
  3. Un-check the box under Proxy Server
  4. Click OK

 

C.-  Disable system proxy via SnapCenter configuration file

  1. Edit: %ProgramFiles%\SMCore\SMCoreServiceHost.dll.config​​​​​ file              (consider making a copy of the file before doing the changes below)
  2. Between <system.net> and </system.net> add the following text:

<defaultProxy>
<proxy usesystemdefault=”False”/>
</defaultProxy>

 


Viewing all articles
Browse latest Browse all 3468

Trending Articles