Thanks Dims! Unfortunately I am stuck with "official" releases due to company policy.
What is the 1.3 timeframe? Best Regards, George -----Original Message----- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 06, 2007 12:31 PM To: [email protected] Subject: Re: Axis2 & SSL George, If you are willing to use latest SVN, we have added support for HTTPConstants.CUSTOM_PROTOCOL_HANDLER You can create an instance of AuthSSLProtocolSocketFactory[1] and set it in Options for each ServiceClient. [1] http://svn.apache.org/viewvc/jakarta/commons/proper/httpclient/trunk/src /contrib/org/apache/commons/httpclient/contrib/ssl/ thanks, dims On 6/6/07, George Stanchev <[EMAIL PROTECTED]> wrote: > Thanks but I need it per connection. I have multiple threads opening > multiple axis2 clients simultatneously and this is really not > thread-safe. > > Is there any axis2-specific way to accomplish this? > > Thanks in advance! > > Best Regards, > George > > -----Original Message----- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 30, 2007 11:09 AM > To: [email protected] > Subject: Re: Axis2 & SSL > > http://www.mail-archive.com/[email protected]/msg19269.html > > On 5/30/07, George Stanchev <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I am sure this question has been asked many many times... > > > > Can you please point me to a doc or sample on how to call service > > over > > > SSL when the server is using self-signed certificate? > > > > Thanks in advance! > > > > George > > > > ******************************************************************** > > ** This email and any files transmitted with it are confidential and > intended solely for the use of the individual or entity to whom they > are addressed. Any unauthorized review, use, disclosure or > distribution is prohibited. If you are not the intended recipient, > please contact the sender by reply e-mail and destroy all copies of the original message. > > ******************************************************************** > > ** > > > > > > -------------------------------------------------------------------- > > - To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Davanum Srinivas :: http://davanum.wordpress.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Davanum Srinivas :: http://davanum.wordpress.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
