Peter Krijgsman
unread,Jun 23, 2023, 4:51:01 AM6/23/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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?