Astraalivankila / Update-Mumble-Server-Certificates

A script for updating SSL key and certificate on the fly with no reboot.
GNU General Public License v3.0
3 stars 0 forks source link

AttributeError: 'ServerPrx' object has no attribute 'updateCertificate' #1

Closed Sxderp closed 7 years ago

Sxderp commented 7 years ago

Tried running the script and this is the error I receive. Using Murmur 1.2.10 on FreeBSD (through ports). I checked the APIs that I could find online, and I didn't see any reference to an updateCertificate() function on the Server object (for any version).

I'm a bit confused.

oplehtinen commented 7 years ago

Did you install and configure mice? updateCertificate() is an ICE command.

Sxderp commented 7 years ago

Yes, however, after looking back at the mice.py code the issue may be with the location of my Murmur.ice.

Currently sitting in a car driving north (I'm not driving). I'll ssh to my server and check when I get somewhere with WiFi.

oplehtinen commented 7 years ago

Yeah. The script should be in the same directory with mice.

oplehtinen commented 7 years ago

Sorry I misread your earlier post. Did you figure it out?

Sxderp commented 7 years ago

Yes, no, yes. (lol).

Firstly, yes, I had the Murmur.ice in a different location. I fixed the path.

No, this did not resolve the underlining issue.

Yes, I figured out what the problem is. FreeBSD ports has 1.2.10 as the latest version (to be updated eventually). However, 'updateCertificate' was added fairly recently here. Thanks for your help anyway.