Bug#529413: Acknowledgement (mumble-server: Own proper SSL certificate not taken in account)

François Guerraz kubrick at fgv6.net
Tue May 19 09:52:22 UTC 2009


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.





More information about the Pkg-voip-maintainers mailing list