在阿里云linux下使用SVN访问VisualSVN出错:SSL handshake failed: SSL error: Key usage violation in certificate has been detected

Subversion clients receive the following error message when attempting to connect to VisualSVN Server:

svn: OPTIONS of ‘https://server.domain.local/svn/repo‘: SSL handshake failed: SSL error:
Key usage violation in certificate has been detected. (https://server.domain.local)

解决办法参照VisualSVN给出的方案:

https://www.visualsvn.com/support/topic/00056/

时间: 2024-10-11 05:06:13

在阿里云linux下使用SVN访问VisualSVN出错:SSL handshake failed: SSL error: Key usage violation in certificate has been detected的相关文章

解决Linux下Svn检出Windows SVN服务器上项目SSL handshake failed: SSL error: Key usage violation in certificate has been detected.

在Linux上检出windows SVN服务器上项目时出现了SSL handshake failed: SSL error: Key usage violation in certificate has been detected.的错误. 最后通过从网上检索找到了一个答案: 可以同时解决掉在Ubuntu上和CentOS上检出失败的问题. 在Windows注册表中加入注册项: 32位机器: [HKEY_LOCAL_MACHINE\SOFTWARE\VisualSVN\VisualSVN Serv

处理Linux下subversion尝试连接自建的VisualSVN server报“Key usage violation in certificate has been detected”错误的问题

在Linux下使用subversion尝试链接VisualSVN server搭建的svn库,可能会报下面错误, svn: OPTIONS of 'https://server.domain.local/svn/repo': SSL handshake failed: SSL error:Key usage violation in certificate has been detected. (https://server.domain.local) google了这个问题,发现这个在Visu

svn SSL 错误:Key usage violation in certificate has been detected

CentOS/RHEL yum 安装的 subversion 是 1.6.11 版本,连VisualSVN服务器时会有"Key usage violation"的错误 将subversion升级到最新版可解决该问题 1.添加源 vim /etc/yum.repos.d/wandisco-svn.repo [WandiscoSVN] name=Wandisco SVN Repo baseurl=http://opensource.wandisco.com/centos/$releasev

阿里云 linux下已有mysql安装phpmyadmin php apache2

之前一直用的Xftp4和Xshell5管理服务器,每次要对数据库就行修改,都得从命令行,非常不方便,因为对mysql命令行不是很熟悉. 最近想到用界面来管理mysql,因此就安装了phpmyadmin 之前的服务器上只有mysql 和 tomcat 首先安装Apacache2 搜索httpd-2.4.12.tar.gz,下载后用xftp上传到/usr/local/src目录下 cd /usr/local/src tar xvfz httpd-2.4.2-deps.tar.gz cd srclib

***阿里云linux 下怎么配置虚拟主机

最近有个问题,本人在阿里云买了linux服务器,用wordpress做了一个博客网站www.bravetiger.cn,现在想加一个电商系统进去,假设二级域名为:shop.bravetiger.cn, 都是指向的阿里云同一个IP,同一个主机. 我找了下方法,应该是做一个虚拟主机配置即可,方法如下: linux系统配置Apache虚拟主机实例: 1.安装apache和php: yum install httpd php 2.假设服务器的IP是192.168.1.1,有两个域名指向该IP,分别是do

阿里云linux下配置php服务器环境,及遇到的问题解决方法

服务器的镜像我们是选择了第三方配置好的Centos 6.3 64 位 Apache2+php5.2+Mysql5+vsftpd ,所以一键安装镜像后php环境基本就有了,所以以下是除去安装lamp之外的配置. 1.首先是配置虚拟站点,我们的服务器虚拟站点配置文件在/usr/local/apache/conf/extra/httpd-vhosts.conf ,以前用过vim但是早就忘了,所以安装了nano,还带有提示,nano的安装命 yum -y install nano  安装完成后用命令na

阿里云Linux下进行FTP设置

login as: root[email protected]'s password:Last login: Fri Jul 25 21:53:25 2014 from 125.112.89.75 Welcome to aliyun Elastic Compute Service! [[email protected] ~]# rmp -qa|grep vsftpd-bash: rmp: command not found[[email protected] ~]# cd /etc/yum.re

华为云、Linux 下安装SVN 服务端。

日常学习,Linux 下的 SVN服务器搭建,并记录. 1. 安装subversion : 使用yum安装非常简单: 1 #安装subversion 2 [[email protected] ~]# yum install subversion 运行命令后,与svn 有依赖关系的软件 都会被安装. 最后显示 “完毕”  .subversion 就安装完成了!!! 1 ....... 2 已安装: 3 subversion.x86_64 0:1.7.14-11.el7_4 4 5 作为依赖被安装:

Linux下安装http访问的svn

1. 安装LAMP环境:点击进入 2. 配置虚拟主机www.test.com 虚拟目录为/data/www/test 3. yum安装svn yum install mod_dav_svn -y 4. 创建svn数据目录 mkdir -p /data/svn 5. 创建新的svn版本库,并调整权限 svnadmin create /data/svn/testchown -R apache:apache /data 6. 将文件导入到新的版本库,假设文件在/data/webcode svn imp