1,ubuntu12.04 svn ssl错误提示: OPTIONS of '<url>': SSL handshake failed: SSL error: Key usage violation in certificate has been detected. (<url>)

12.04前: 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 12.04: 1.Uninstall the current libneon package: sudo apt-get remove libneon27> 2.Download the latest libneon package fromhttp://packages.debian.org/squeeze/libneon27  (at the bottom you can choose the right version for your architecture). 1.32位下载:

http://ftp.cn.debian.org/debian/pool/main/n/neon27/libneon27_0.29.3-3_i386.deb 2.64位下载:http://ftp.cn.debian.org/debian/pool/main/n/neon27/libneon27_0.29.3-3_amd64.deb

3.Install the required libssl dependency: sudo apt-get install libssl0.9.8 4.Install the downloaded libneon package. E.g. for the 64Bit architecture: dpkg -i libneon27_0.29.3-3_amd64.deb 或 libneon27_0.29.3-3_i386.deb 5.Change the symbolic links again like described above: 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

最新文章

  1. python爬虫实战
  2. EditPlus 3.6 中文版已经发布(2013年12月17日)
  3. Android-内存泄漏
  4. location
  5. 读javascript高级程序设计10-DOM
  6. 配置本地IIS和VS自带IIS
  7. 获取客户端ip并用正则表达式验证
  8. Shell循环处理
  9. GridView 中Item项居中显示
  10. shadow projection
  11. 理解Window和WindowManger
  12. iOS多线程——GCD与NSOperation总结
  13. python之zip打包
  14. Windows安装paramiko和PyCharm工程导入
  15. eclipse中文字体大小修改
  16. Comparer Under Centos 7
  17. Nginx的安装和设置
  18. [转]Scrapy简单入门及实例讲解
  19. Java JMX 监管
  20. Python标准库:内置函数type(object)

热门文章

  1. BZOJ 2039 人员雇佣(最小割)
  2. BZOJ 2007 海拔(平面图最小割转对偶图最短路)
  3. 洛谷 P1231 教辅的组成(网络最大流+拆点加源加汇)
  4. Codeforces Round #362(Div1) D Legen...(AC自动机+矩阵快速幂)
  5. HPP注入详解
  6. Codeforces 601D. Acyclic Organic Compounds(四个愿望一次满足)
  7. laravel5.5 不能正常自动回复的问题
  8. 杨辉三角之c实现任意行输出
  9. python自学笔记(二)
  10. ajax 中操作this,需要先在ajax的外面给this重新定义为_this!!