使用 TFS 2010 中的 MSBUILD 的 MSDEPLOY - 无法建立 SSL/TLS 安全通道的信任关系
我收到以下错误。
错误:无法建立 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
/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.