Link to home
Start Free TrialLog in
Avatar of JElster
JElsterFlag for United States of America

asked on

The underlying connection was closed: An unexpected error occurred on a send

Using WebClient..  I get the following error - ONLY on 1 server trying to get OUT?
any ideas..  It's using HTTPS

The underlying connection was closed: An unexpected error occurred on a send

   WebClient client = new WebClient();
                byte[] data = client.UploadValues(url, nvc);
Avatar of Paul MacDonald
Paul MacDonald
Flag of United States of America image

From that server, can you get to the URL using IE (or any other web browser)?
Is the server's certificate valid?
Avatar of JElster

ASKER

No can't get out.. from that server to that URL
ASKER CERTIFIED SOLUTION
Avatar of Paul MacDonald
Paul MacDonald
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you for the points, but can you tell us what ended up solving your problem?  It might help someone else in the future...
Avatar of JElster

ASKER

The vendor had tightened up their SSL security on their firewall and so was dropping our connection from our web server as 2003 does not support the deployment of the most recent version of SSL and TLS. Put the routine on our new app server that runs 2008 and created a redirect to it.
Excellent!  Thanks, and thanks again for the points.