Error – SSL handshake failed: SSL error: Key usage violation in certificate has been detected.’ error on SVN checkout
when you get the above error, wondering for a solution to work ahead. Solution - Change the symbolic links open terminal and run these two commands
sudo mv /usr/lib/libneon-gnutls.so.27 /usr/lib/libneon-gnutls.so.27.old sudo ln -s /usr/lib/libneon.so.27 /usr/lib/libneon-gnutls.so.27
Now do a svn checkout, if that does not work then follow the below steps
i. sudo apt-get install libneon27
ii. cd /usr/lib
iii. sudo rm libneon-gnutls.so.27
iv. and create a soft link sudo ln -s /usr/lib/libneon.so.27 libneon-gnutls.so.27
Regards,
Durga
I can reach at : durgacharanojha@yahoo.co.in