安装TFS2010时的错误解决 (TF255455: SQL Server Reporting Services is configured to require a secure connection)

本文解决TFS安装过程中出现的TF255455错误,该错误提示SQL Server Reporting Services配置需要安全连接,但未配置有效的HTTPS URL。解决方法涉及编辑rsreportserver.config文件,并调整SecureConnectionLevel值。

 

 

在安装TFS是遇到以下错误:

 [ Reporting ] TF255455: SQL Server Reporting Services is configured to require a secure connection. However, no HTTPS URL is configured with a valid certificate. Use the Reporting Services Configuration Manager to configure or remove HTTPS support. For more information see http://go.microsoft.com/fwlink/?LinkId=179982

 

解决的方法是:

编辑以下文件:
C:/Program Files/Microsoft SQL Server/MSRS10.<ServerInstance>/Reporting Services/ReportServer/rsreportserver.config

修改
<Add Key="SecureConnectionLevel" Value="2"/>  (将值修改为0)

 

 

 3最安全的,使用SSL的绝对一切。
2安全,使用SSL的渲染和方法,通过证书,但不坚持它为所有的SOAP调用。
1基本安全,接受HTTP,但拒绝在任何可能涉及的凭据传递调用。 
0最不安全的,不使用SSL。 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值