Quote:
Originally Posted by kruoli
You have to change the last line of /etc/ssl/openssl.cnf (file name might differ slightly depending on your distribution) from:
CipherString = DEFAULT@SECLEVEL=2
to
CipherString = DEFAULT@SECLEVEL=1
Basically, OpenSSL now requires better security which is not yet used by CADO. In the latest GIT version, this is fixed IIRC.
|
I downloaded the latest version from github and it's working great with my machines current setup. Thanks for the info!