Re: WebException while calling Web Service over HTTPS...
From: Suresh G (G_at_discussions.microsoft.com)
Date: 09/03/04
- Next message: Bil Simser [MVP]: "Credentials across multiple web service boundaries"
- Previous message: suresh g: "Re: The underlying connection as closed: Could not establish secur"
- In reply to: Mark: "Re: WebException while calling Web Service over HTTPS..."
- Next in thread: Yan-Hong Huang[MSFT]: "Re: WebException while calling Web Service over HTTPS..."
- Reply: Yan-Hong Huang[MSFT]: "Re: WebException while calling Web Service over HTTPS..."
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 3 Sep 2004 13:09:06 -0700
Mark/Luke,
I have the similar issue. I am calling a web method through HTTPS. 50% of
the times the web method call is successful other times it fails with the
exception - "The underlying connection was closed: Could not establish secure
channel for SSL/TLS".
We have a retry mechanism for this when it fails, during the retry mechanism
it succeeds after 2 to 3 retries. I am not implementing the
ICertificatePolicy interface. But would like to know why the webservice
failure/success is not consistent. Is it something to do with IIS/Internet
Explorer configurations?
BTW, I am using a C# client and C++ Web service (SOAP).
Thanks
Suresh
"Mark" wrote:
> The server is controlled by a third party, so having access or creating a log
> for every transaction is almost impossible. We have notified the third party
> of our problems, but their response is "There is nothing wrong with our
> system, because there are others using the same system without any problems."
> Unfortunately, we have to use their systems (the third party that I'm
> referring to is a department of the Government). What I have gathered so far
> is yes, their server is running IIS and the web service was built with .Net.
> Other than that, I don't know. We have asked about their environment, but
> due to security reasons, they will not give us any details about their
> systems (this is reasonable in my eyes, thinking security, but this is makes
> troubleshooting very difficult). I’m trying to make a case that it is not us
> that is having a problem, but I have to prove that.
>
> Mark
>
> "[MSFT]" wrote:
>
> > Hi Mark,
> >
> > it may be hard to finf a SLL packet sniffer. Since the error is very
> > randomly, it is mostly like a network issue or server issue. Is it possible
> > to perform some logs on server side to record every request to the server?
> > Is the server a IIS?
> >
> > Luke
> >
> >
- Next message: Bil Simser [MVP]: "Credentials across multiple web service boundaries"
- Previous message: suresh g: "Re: The underlying connection as closed: Could not establish secur"
- In reply to: Mark: "Re: WebException while calling Web Service over HTTPS..."
- Next in thread: Yan-Hong Huang[MSFT]: "Re: WebException while calling Web Service over HTTPS..."
- Reply: Yan-Hong Huang[MSFT]: "Re: WebException while calling Web Service over HTTPS..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|