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.

Después de la actualización a NW v19.10.x, el respaldo de VM de vProxy falla con el siguiente error: No se puede iniciar el respaldo en vProxy

Summary: Después de la actualización a NetWorker v19.10.x, el respaldo de VM de vProxy falla con el siguiente error: No se puede iniciar el respaldo en vProxy "vproxy-name": libCURL: la función "curl_easy_perform" arrojó el error 77: "Error al establecer las ubicaciones de verificación de certificados: 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

Después de la actualización a NetWorker v19.10.x, el respaldo de VM de vProxy falla con el siguiente error:
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

Archivos de certificado faltantes o permisos incorrectos.

Resolution

En NetWorker Server, compruebe si existen las siguientes rutas:
/etc/pki/tls
/etc/pki/tls/certs
Si no es así, créelos y, a continuación, copie el paquete de certificados:
# mkdir /etc/pki/tls
# mkdir /etc/pki/tls/certs
# cp /var/lib/ca-certificates/ca-bundle.pem /etc/pki/tls/certs/ca-bundle.crt
Establezca los permisos de directorio y archivo en 644 con chmod.
chmod -R 644 /etc/pki
Vuelva a intentar el respaldo de vProxy, debería funcionar ahora.

Article Properties


Affected Product

NetWorker Series

Last Published Date

10 May 2024

Version

3

Article Type

Solution