On Fri, Aug 13, 2010 at 2:56 AM, Nikos Chantziaras wrote: > Trying to start Mumble (version 1.2.2) aborts with: > > SSL: Added CA certificates from '/etc/ssl/certs/ca-certificates.crt' > No ciphers of at least 128 bit found > Aborted > > > My guess is that the SSL line is an informational message that is unrelated to the No ciphers message. Certificates contain the public key of an asymmetric public/private key pair (which would have lengths like 1024 or 2048). The message about 128 bit will refer to the symmetric crypto that kicks in after the asymmetric has been used to pass the symmetric key. So, i'd say that the certs are not the problem.