Error on SVN checkout, SSL handshake failed: SSL error: Key usage violation in certificate has been detected

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

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.