在安装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。
本文解决TFS安装过程中出现的TF255455错误,该错误提示SQL Server Reporting Services配置需要安全连接,但未配置有效的HTTPS URL。解决方法涉及编辑rsreportserver.config文件,并调整SecureConnectionLevel值。
&spm=1001.2101.3001.5002&articleId=5620567&d=1&t=3&u=ca282cbcb8984ea1a4313ea96200111c)
2万+

被折叠的 条评论
为什么被折叠?



