GetWebResponse times out over HTTPS
- From: uday <uday123@xxxxxxxxx>
- Date: 21 May 2007 16:01:54 -0700
Hi,
I am using .Net CF 2.0. I have this following issue:
When making a webservice call to upload more than 30KB worth of data
over an HTTPS connection (TLSv1 SSL_RSA_WITH_RC4_128_MD5) I receive a
WebException.Timeout exception. When sending less than 30KB of data
using the same SSL connection the call is successful. On the contrary
I have no trouble sending like 300KB worth of data over HTTP.
Following is the exception message:
WebException.Message: The operation has timed-out.
Following is the StackTrace:
WebException.StackTrace: at
System.Net.HttpWebRequest.finishGetResponse()
at System.Net.HttpWebRequest.GetResponse()
at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse()
at
System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse()
at System.Web.Services.Protocols.SoapHttpClientProtocol.doInvoke()
Any help would be really appreciated.
Thanks.
~uday
.
- Follow-Ups:
- Re: GetWebResponse times out over HTTPS
- From: uday
- Re: GetWebResponse times out over HTTPS
- Prev by Date: Re: Hooks on uninstallation?
- Next by Date: Re: File Date and Time stamp after FileStream.Write(), C#
- Previous by thread: Hooks on uninstallation?
- Next by thread: Re: GetWebResponse times out over HTTPS
- Index(es):
Relevant Pages
|