日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

          歡迎訪問 生活随笔!

          生活随笔

          當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

          编程问答

          CentOS下连VisualSVN服务器时报SSL handshake failed: SSL error: Key usage violation in certificate has been d

          發布時間:2023/12/20 编程问答 46 豆豆
          生活随笔 收集整理的這篇文章主要介紹了 CentOS下连VisualSVN服务器时报SSL handshake failed: SSL error: Key usage violation in certificate has been d 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
          CentOS/RHEL yum 默認安裝的 subversion 是 1.6.11 版本,連VisualSVN服務器時或變更svn地址定位時會有"Key usage violation"的錯誤,如下
          svn: OPTIONS of ' https://.../server': SSL handshake failed: SSL error: Key usage violation in certificate has been detected. ( https://... )

          網上查到,將subversion升級到最新版可解決該問題:
          Install Subversion 1.8.9 ( SVN Client ) on CentOS/RHEL
          Thanks to Wandisco, which is maintaining the rpm packages for latest Subversion version.
          ( http://tecadmin.net/install-subversion-1-8-on-centos-rhel/ )

          按指示設置新的yum源,然后安裝:

          1.添加源(沒有就新建文件)
          vim /etc/yum.repos.d/wandisco-svn.repo

          [WandiscoSVN]
          name=Wandisco SVN Repo
          baseurl= http://opensource.wandisco.com/centos/$releasever/svn-1.8/RPMS/$basearch/
          enabled=1
          gpgcheck=0
          2、yum刪除舊的包
          yum remove subversion*
          3.安裝新的包
          yum clean all

          yum -y install subversion


          SVN地址變更:

          svn up #先更新本地

          https://www.yiwindow.com/svn/hynhyh 變更為https://svn.weixinyiwindow.com/svn/hynhyh

          svn sw --relocate https://www.yiwindow.com/svn/hynhyh https://svn.weixinyiwindow.com/svn/hynhyh



          好了,現在試試SVN的版本
          svn --version
          svn, version 1.8.15 (r1718365)
          ???compiled Dec 11 2015, 14:28:48 on x86_64-redhat-linux-gnu

          Copyright (C) 2015 The Apache Software Foundation.
          This software consists of contributions made by many people;
          see the NOTICE file for more information.
          Subversion is open source software, see http://subversion.apache.org/


          問題解決。

          總結

          以上是生活随笔為你收集整理的CentOS下连VisualSVN服务器时报SSL handshake failed: SSL error: Key usage violation in certificate has been d的全部內容,希望文章能夠幫你解決所遇到的問題。

          如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。