pycurl.error: (60, 'SSL certificate problem: self signed certificate in certificate chain')

25 views
Skip to first unread message

Peter Krijgsman

unread,
Jun 23, 2023, 4:51:01 AM6/23/23
to bareos-users
Hi, I installed the bareos-fd-ovirt plugin on my Bareos environment to take snapshots of the VMs on our RHEV manager. When I run the backup job with this plugin I get the following error: JobId 725: Fatal error: bareosfd: Traceback (most recent call last): File "/usr/local/lib64/python3.6/site-packages/ovirtsdk4/__init__.py", line 382, ​​in authenticate self._sso_token = self._get_access_token() File "/usr/local/lib64/python3.6/site-packages/ovirtsdk4/__init__.py", line 617, in _get_access_token sso_response = self._get_sso_response(self._sso_url, post_data) File "/usr/local/lib64/python3.6/site-packages/ovirtsdk4/__init__.py", line 694, in _get_sso_response curl.perform() pycurl.error: (60, 'SSL certificate problem: self signed certificate in certificate chain') I am using Bareos version 22.1 and oVirt SDK Version 4.6.1 Can someone help me with this?

Bruno Friedmann

unread,
Jun 26, 2023, 9:00:18 AM6/26/23
to bareos-users
Usually if you work with an internal CA there's automation script that deploy it to needed target, and update the local ca cert bundle file.

Often placing the signing CA in /etc/pki/trust/anchors/myca.pem and running helpers like /sbin/update-ca-certificates make all SSL component aware that one is trusted.
/sbin/update-ca-certificates coming from ca-certificates packages (may vary a lot depending of the distribution used)
Reply all
Reply to author
Forward
0 new messages