从远程客户端应用程序收到未知的连接请求,但没有任何密码.....SSL 连接请求失败

从远程客户端应用程序收到未知的连接请求,但没有任何密码.....SSL 连接请求失败

我的系统错误日志中出现太频繁的错误:

从远程客户端应用程序收到未知的连接请求,但服务器不支持客户端应用程序所支持的密码套件。SSL 连接请求失败。

在我们的一个 .net web 应用程序中。我们还遇到了与证书相关的问题。这两个问题可能是相互关联的。我们在应用程序日志中看到的错误是:

Merchnant Update Service returned  Exception[System.InvalidOperationException: General Error https://www.mytestwebsite.pk/appli/index/WSDL?wsdl?wsdl ---> System.Net.WebException: There was an error downloading 'https://www.mytestwebsite.pk/appli/index/WSDL?wsdl?wsdl'. ---> System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel.
   at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
   at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request)
   at System.Web.Services.Discovery.DiscoveryClientProtocol.Download(String& url, String& contentType)
   --- End of inner exception stack trace ---
   at System.Web.Services.Discovery.DiscoveryClientProtocol.Download(String& url, String& contentType)
   at System.Web.Services.Discovery.DiscoveryClientProtocol.DiscoverAny(String url)
   at DynamicWebServiceInvoker.Wsdl.ProcessRemoteUrls(DiscoveryClientProtocol client, StringCollection urls, XmlSchemas schemas, ServiceDescriptionCollection descriptions) in E:\Apps\DynamicWebServiceInvoker\Wsdl.cs:line 699
   --- End of inner exception stack trace ---
   at DynamicWebServiceInvoker.Manager.Generate(String url) in E:\Apps\DynamicWebServiceInvoker\Manager.cs:line 47
   at ExternalStatusService.Caller.UpdateMerchant(UpdateStatusServiceDTO ServiceInfo)] <EOL>

事件日志截图。

相关内容