Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

升级到 NW v19.10.x 后,vProxy 虚拟机备份失败,并显示错误:无法在 vProxy 上启动备份

Summary: 升级到 NetWorker v19.10.x 后,vProxy 虚拟机备份失败,并显示错误:无法在 vProxy 'vproxy-name' 上启动备份: libCURL: 函数 “curl_easy_perform” 返回错误 77:“Error setting certificate verify locations: CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none” ...

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Symptoms

升级到 NetWorker v19.10.x 后,vProxy 虚拟机备份失败,并显示错误:
Unable to start backup on vProxy 'vproxy-name': libCURL: function "curl_easy_perform" returned error 77: "error setting certificate verify locations:  CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none"

Cause

缺少证书文件或权限不正确。

Resolution

在 NetWorker 服务器上,检查是否存在以下路径:
/etc/pki/tls
/etc/pki/tls/certs
如果没有,请创建它们,然后复制证书捆绑包:
# mkdir /etc/pki/tls
# mkdir /etc/pki/tls/certs
# cp /var/lib/ca-certificates/ca-bundle.pem /etc/pki/tls/certs/ca-bundle.crt
使用 chmod 将目录和文件权限设置为 644。
chmod -R 644 /etc/pki
重试 vProxy 备份,现在应该可以正常工作了。

Article Properties


Affected Product

NetWorker Series

Last Published Date

10 May 2024

Version

3

Article Type

Solution