The underlying connection was closed: Could not establish trust relationship with remote server
- From: "Randy" <temp@xxxxxxxx>
- Date: Tue, 2 Aug 2005 15:23:39 -0500
Hello,
I've got a Windows client app which hits a web service. The web service
works fine unless I'm outside the firewall using a VPN connection. I know my
VPN connection is working fine because I can ping machines and hit web pages
on the internal network.
With my VPN connection up and running when I try and hit the web service
through C# with a...
stream = new StringReader(webSrv.MyService(query));
I get an exception which is...
"The underlying connection was closed: Could not establish trust
relationship with remote server."
Does anyone know what might be causing this problem?
Thanks to All :)
.
- Follow-Ups:
- Prev by Date: Steaming Images to Web browser
- Next by Date: Re: ^ operator in VB.Net what in C#?
- Previous by thread: Steaming Images to Web browser
- Next by thread: Re: The underlying connection was closed: Could not establish trust relationship with remote server
- Index(es):
Relevant Pages
|