简体   繁体   English

C#Web服务-无法使用授权“ noded1.test.webservices.amadeus.com”为SSL / TLS安全通道建立信任关系

[英]C# Web service - Could not establish trust relationship for the SSL/TLS secure channel with authority 'noded1.test.webservices.amadeus.com'

I'm currently working on a console app which is using some Amadeus webservices. 我目前正在使用一些Amadeus网络服务的控制台应用程序。 When I'm running the application locally, everything works without any problem. 当我在本地运行应用程序时,一切正常,没有任何问题。 However, I'm getting the following error message when I'm trying to use it on a virtual machine (Windows Server 2003) using remote desktop connection : 但是,当我尝试在使用远程桌面连接的虚拟机(Windows Server 2003)上使用它时,出现以下错误消息:

Could not establish trust relationship for the SSL/TLS secure channel with authority 'noded1.test.webservices.amadeus.com'. 无法使用权​​限“ noded1.test.webservices.amadeus.com”为SSL / TLS安全通道建立信任关系。

I don't really see any blocking issue so I can't really figure out where the problem is. 我没有真正看到任何阻塞问题,因此我无法真正找出问题所在。

Any idea? 任何想法? Thanks. 谢谢。

A http GET to 'noded1.test.webservices.amadeus.com' returns a Http 500 Internal server error. 对“ noded1.test.webservices.amadeus.com”的http GET返回Http 500内部服务器错误。

https://webservices.amadeus.com/ uses a VeriSign certificate. https://webservices.amadeus.com/使用VeriSign证书。 Try accessing this url from your virtual machine. 尝试从您的虚拟机访问该URL。

  • Is there any reason why your virtual machine would not trust VeriSign? 您的虚拟机为什么不信任VeriSign有什么原因?
  • Is the time set correctly on the virtual machine? 在虚拟机上是否正确设置了时间?

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 C#客户端到SoapUI https模拟服务:无法为具有权限“ localhost:8083”的SSL / TLS安全通道建立信任关系 - C# client to SoapUI https mock service: Could not establish trust relationship for the SSL/TLS secure channel with authority 'localhost:8083' WCF:无法为具有权限的SSL / TLS安全通道建立信任关系 - WCF: Could not establish trust relationship for the SSL/TLS secure channel with authority 错误:无法通过授权为SSL / TLS安全通道建立信任关系 - Error: Could not establish trust relationship for the SSL/TLS secure channel with authority 通过SSL的WCF服务无法使用授权'test-service.hostname.com'为SSL / TLS建立安全通道 - WCF Service over SSL Could not establish secure channel for SSL/TLS with authority 'test-service.hostname.com' SSL WCF“无法与权限'localhost'建立SSL / TLS安全通道的信任关系 - SSL WCF "Could not establish trust relationship for the SSL/TLS secure channel with authority 'localhost' C# 应用程序无法为 SSL/TLS 安全通道建立信任关系 - C# application could not establish trust relationship for the SSL/TLS secure channel Docusign C# CreateEnvelope 错误 - 无法为 SSL/TLS 安全通道建立信任关系 - Docusign C# CreateEnvelope error - Could not establish trust relationship for the SSL/TLS secure channel asp.net core 2.0 中的 WCF - 无法为具有权限的 SSL/TLS 安全通道建立信任关系 - WCF in asp.net core 2.0 - Could not establish trust relationship for the SSL/TLS secure channel with authority .NET 4.6.2 中 SOAP 的“无法为具有授权的 SSL/TLS 安全通道建立信任关系” - “Could not establish trust relationship for the SSL/TLS secure channel with authority” for SOAP in .NET 4.6.2 为什么我的客户端无法通过授权建立SSL / TLS安全通道的信任关系? - Why my client could not establish trust relationship for the SSL/TLS secure channel with authority?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM