2013年4月15日 星期一

SVN on Ubuntu 12.10


使用svn co https://xxx.xxx/xxx時出現SSL handshake failed: SSL error: Key usage violation in certificate has been detected.


原來是ssl版本的問題,
$sudo apt-get install libneon27
$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 

Reference
http://stackoverflow.com/questions/10062095/svn-on-ubuntu-sslhandshake-failed


沒有留言:

張貼留言