Symptoms:
- vCenter is configured to use a proxy.
- The following errors are seen in /var/log/vmware/applmgmt/backup.log
2021-10-26T17:06:06.380 [20211026-150504-18778458] [ComponentScriptsBackup:PID-27160] [ComponentScripts::ComponentScriptsBackup:ComponentScripts.py:88] ERROR: Component backup command "/etc/vmware/backup/component-scripts/wcp/wcp_backup_restore.py --startBackup" failed 1.
2021-10-26T17:06:06.380 [20211026-150504-18778458] [ComponentScriptsBackup:PID-27160] [ComponentScripts::ComponentScriptsBackup:ComponentScripts.py:115] ERROR: Error during component wcp backup
- The following errors are seen in /var/log/vmware/wcp/wcpsvc-backup-restore.log
Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages/requests/adapters.py", line 449, in send
timeout=timeout
File "/usr/lib/python3.7/site-packages/urllib3/connectionpool.py", line 727, in urlopen
method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
File "/usr/lib/python3.7/site-packages/urllib3/util/retry.py", line 446, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='host.example.local', port=443): Max retries exceeded with url: /wcp (Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 403 Forbidden')))