Hi, I found a work around :
* stop the mumble-server
* install sqlite3
* open the mumble-server database
$ sqlite3 /var/lib/mumble-server/mumble-server.sqlite
* execute the following SQL command :
delete from config where keystring="key" OR keystring="certificate";
.quit
* start the mumble-server, the certificates should now work
Regards,
François.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

