Я получаю слишком частые ошибки в журналах системных ошибок:
От удаленного клиентского приложения был получен неизвестный запрос на соединение, но ни один из наборов шифров, поддерживаемых клиентским приложением, не поддерживается сервером. Запрос на соединение SSL не удался.
В одном из наших веб-приложений .net. Мы также получаем проблему, связанную с сертификатом. Возможно, эти две проблемы взаимосвязаны. Ошибка, которую мы видим в журналах приложений:
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>