RE: Re: How to set an SSL socket connect timeout value?

2005-12-28 Thread David Penaskovic
; } Have not yet looked at the underlying code to see how it works, but then never had the need as it has been working like a charm. The same works fine for non SSL socket too. Thanks and Regards, === Gary Grewal - David Penaskovic [EMAIL

RE: Re: How to set an SSL socket connect timeout value?

2005-12-27 Thread David Penaskovic
25, 2005 8:16 AM To: axis-user@ws.apache.org Subject: Re: How to set an SSL socket connect timeout value? David Penaskovic DPenaskovic at silver-peak.com writes: I can't figure out how to set the timeout value for an initial SSL socket connect. The default varies from platform to platform and I

RE: Re: How to set an SSL socket connect timeout value?

2005-12-27 Thread David Penaskovic
); } sockHolder.setSocket(sock); } -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Kent Tong Sent: Sunday, December 25, 2005 8:16 AM To: axis-user@ws.apache.org Subject: Re: How to set an SSL socket connect timeout value? David Penaskovic DPenaskovic at silver-peak.com

How to set an SSL socket connect timeout value?

2005-12-21 Thread David Penaskovic
I am using JDK 1.4.2 and axis-1.3.* I can't figure out how to set the timeout value for an initial SSL socket connect. The default varies from platform to platform and I would like to set this value explicitly. For http connections, I am successfully able to set this axis property: