Web Exceptions

P

Prasad Dannani

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
 
G

Guest

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.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top