码迷,mamicode.com
首页 > Web开发 > 详细

阿里云服务器配置https(port443)后客户端 svn check out 失效解决办法

时间:2019-03-03 09:56:40      阅读:387      评论:0      收藏:0      [点我收藏+]

标签:info   failed   image   ref   3.4   inf   不可用   服务平台   malformed   

1. 客户端环境

1. 操作系统:Windows 7

2. svn客户端:TortoiseSVN

2. 服务端环境

1. 云服务平台:阿里云

2. 操作系统:Windows Server 2008 R2 Enterprise

3. svn客户端:TortoiseSVN

4. svn服务器:VisualSVN Server

3. 起因及现象

将服务器IIS网站绑定了http:*:80 和 https:*:443。因 VisualSVN Server 默认使用服务器 443 端口,IIS网站绑定 443 端口后导致 VisualSVN Server 不可用,需将 VisualSVN Server 端口改为 8443。此时在客户端使用 svn commit 时会提示如下错误信息

Commit failed (details follow):
Unable to connect to a repository at URL ‘https://[your IP]:8443/svn/[your project iname]‘
The XML response contains invalid XML
Malformed XML: no element found

(其中 your IP 形如 123.456.12.123)

或 check out 时会提示如下错误信息

Unable to connect to a repository at URL ‘https://[your IP]:8443/svn/[your project iname]‘
The XML response contains invalid XML
Malformed XML: no element found

4. 原因及解决方案

需要在阿里云安全组中放行8443端口(或其它需要的端口),,形式如下。

技术图片

 

添加安全组规则参考 https://help.aliyun.com/document_detail/25471.html

至此问题即解决。

关于 VisualSVN Server 的相关配置参见 【Windows平台下结合 tortoiseSVN 和 VisualSVN Server 搭建SVN服务器并实现 web 站点同步

阿里云服务器配置https(port443)后客户端 svn check out 失效解决办法

标签:info   failed   image   ref   3.4   inf   不可用   服务平台   malformed   

原文地址:https://www.cnblogs.com/xunzhiyou/p/10463794.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!