|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Web ExceptionsI was written a component which will connect to the secured sites and retreive the info required. I am using this component with all windows&web applications and in windows&web services. For every 100 connections 40-80 % of connections are getting failed by saying various exceptions with the same error message in line 1. The underlying connection was closed: Could not establish secure channel for SSL/TLS. - System of Type System.Net.WebException The function completed successfully, but must be called again to complete the context - of Type System.ComponentModel.Win32Exception Whats this error? and how to solve this kind of issues. Please Reply ASAP! With Regards, Prasad Dannani It is not successfully negotiating SSL. I am not sure of the solution and
would only give a random guess without understanding the full mechanics of the sites involved. I would google SSL, System.NET and your language of choice (C#, VB.NET, etc.) as there are probably some code samples out there. -- Show quoteGregory A. Beamer MVP; MCP: +I, SE, SD, DBA *************************** Think Outside the Box! *************************** "Prasad Dannani" wrote: > Hi, > > I was written a component which will connect to the secured sites and > retreive the info required. I am using this component with all windows&web > applications and in windows&web services. > > For every 100 connections 40-80 % of connections are getting failed by > saying various exceptions with the same error message in line 1. > > The underlying connection was closed: Could not establish secure > channel for SSL/TLS. - System of Type System.Net.WebException > The function completed successfully, but must be called again to > complete the context - of Type System.ComponentModel.Win32Exception > > > Whats this error? and how to solve this kind of issues. > > Please Reply ASAP! > > With Regards, > Prasad Dannani > > > |
|||||||||||||||||||||||