24.1 C
Cuttack
Wednesday, December 6, 2023
HomeLinuxError on SVN checkout, SSL handshake failed: SSL error: Key usage violation...

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
Durga Charan Ojhahttps://lifeonnetwork.com/
I am a proud Indian, proud father, a blogger, Being in a profession as System administrator, my passion is troubleshooting computer issues, I do like sharing solutions through blogging making videos of solving issues.
RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular