NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform.
You will still be able to view content, but posting and replying will be temporarily disabled.
To learn more, please review the information in this blog post.

Data Protection

SnapCenter 6.0 - proxy issue

kombayn
5,142 Views

Hello

I've upgraded SnapCenter from version 5.0 to 6.0 and since upgrade ALL jobs are failing with below error:

Error: The proxy tunnel request to proxy 'http://x.x.x.x:3128/' failed with status code '403'."

 

The fun fact is that I've never used proxy for SnapCenter and I've even noticed that I have the same proxy error for migrating SnapCenter  repository backup schedule which is local on SnapCenter host:

kombayn_0-1723551772775.png


I've tried to search where could the proxy settings be configured - in the appsettings.json  there is nothing - I only found this:
"ProxyTo": ""

 

Does anyone knows where the proxy settings could be located? And why they changed after upgrade?

5 REPLIES 5

cedric_renauld
4,604 Views

Hello,

Have you try the 6.0P1 version ?

And have you IPv6 enable on your SnapCneter ? if yes try to disable it

kombayn
4,568 Views

Hello. From what I can see on support site there is no P1 version available yet for SnapCenter server - only vSphere plugin has P1. I've disabled IPv6 and rebooted the host but it didn't resolve the issue.

markus_b
3,936 Views

Hello Kombayn,
have you found the proxy-settings of SnapCenter 6?
We have problems with the usage of our proxy, also.

kombayn
3,906 Views

Hello. We have a case opened with Netapp support for quite a long time and we're working to find a solution. For the moment the root cause is still not known. 

Woodman1
3,561 Views

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>

 

Public