Page 1 of 1

murmur-1.2.3 and qt-4.8

Posted: 5. Mar 2012, 07:21
by djemos
After upgrading Qt to 4.8 , my/your server using valid SSL/CA certificate(s) is no longer displayed in the master server browser list due to failing registration.
the solution is to use this patch
Full source code is here

So you have to upgrade murmur to murmur-1.2.3-x86_64-3dj.txz for 64bit
or
murmur-1.2.3-i486-3dj.txz for 32bit

and also if you use your certs in /etc/murmur.ini, the lines sslCert=, sslKey= have to be commented, put a # in front of them.
e.g. in /etc/murmur.ini the lines

Code: Select all

#sslCert=path-to/your_file.crt
#sslKey=path-to/your_file.key
and restart your murmur server.