Hi I integrated proxmox with cuckoo thanks to the use of proxmoxer, but after a few hours I have the error related to the lack of authentication:
raise AuthenticationError ("Couldn't authenticate user: {0} to {1}". format (self.username, self.base_url + "/ access / ticket")) in the https.py file
Version python 2.7
I thought it was a ticket expiration problem (2 hours), as suggested by the documentation.
Reading the guide it seems sufficient to simply set the old password, but in the proxmoxer library this process seems to have already been implemented.
Do you have any suggestions? Thank you
raise AuthenticationError ("Couldn't authenticate user: {0} to {1}". format (self.username, self.base_url + "/ access / ticket")) in the https.py file
Version python 2.7
I thought it was a ticket expiration problem (2 hours), as suggested by the documentation.
Reading the guide it seems sufficient to simply set the old password, but in the proxmoxer library this process seems to have already been implemented.
Do you have any suggestions? Thank you