使用 TFS 2010 中的 MSBUILD 的 MSDEPLOY - 无法建立 SSL/TLS 安全通道的信任关系

发布于 2024-10-20 04:39:54 字数 434 浏览 6 评论 0原文

我收到以下错误。

错误:无法建立 SSL/TLS 安全通道的信任关系。根据验证程序,远程证书无效

我是否应该更改 IIS 7.5 上有关 https 的任何内容

/p:DeployOnBuild=True 
/p:DeployTarget=MSDeployPublish 
/p:MSDeployPublishMethod=WMSVC 
/P:CreatePackageOnPublish=True 
/p:MsDeployServiceUrl=151.143.180.16 
/p:DeployiisAppPath="DIAInternal/TestDIA" 
/p:Configuration=Debug 
/p:username= username  
/p:password=Password 
/p:AllowUntrustedCertificate=True

I am getting following error.

ERR: could not establish trust relationship for the SSL/TLS secure channel. The remote certificate is invalid according to the validation procedure

Should I change any thing regarding https on IIS 7.5

/p:DeployOnBuild=True 
/p:DeployTarget=MSDeployPublish 
/p:MSDeployPublishMethod=WMSVC 
/P:CreatePackageOnPublish=True 
/p:MsDeployServiceUrl=151.143.180.16 
/p:DeployiisAppPath="DIAInternal/TestDIA" 
/p:Configuration=Debug 
/p:username= username  
/p:password=Password 
/p:AllowUntrustedCertificate=True

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南城追梦 2024-10-27 04:39:54

/p:AllowUntrustedCertificate=True 如果将其设置为 false 它可能会起作用。您可以做的另一件事是将错误的证书安装在受信任的根证书存储中。

/p:AllowUntrustedCertificate=True if you set that to false it would probably work. The other thing you could do is install the bad cert in your trusted root certificate store.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文