Folks,

Found a bug and fixed it 
(http://marc.theaimsgroup.com/?l=axis-dev&m=105493061501690&w=2)....You
will need to pick up latest cvs or tonight's nightly build or patch your local copy of 
axis as per
the commit message.

You need to set the secure socket factory to be used as SunFakeTrustSocketFactory. You 
can do this
in two ways.
#1: set the system property using
"-Dorg.apache.axis.components.net.SecureSocketFactory=org.apache.axis.components.net.SunFakeTrustSocketFactory"
(or)
#2: In your jar that has your client code add a new file
"/META-INF/services/org.apache.axis.components.net.SecureSocketFactory" and the 
content of file
should be just one line which is 
"org.apache.axis.components.net.SunFakeTrustSocketFactory"

We are following the Service Provider discovery mechanism as defined in
http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html

Thanks,
dims

--- "Skubal, Judy" <[EMAIL PROTECTED]> wrote:
> Hi Leo, 
>  
> If you get any response on this, could you share it with me?  I'm looking to
> do something very similar and haven't had any luck yet.
>  
> Thanks.
>  
> -Judy Skubal
> USA
> 
> -----Original Message-----
> From: de Blaauw [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 06, 2003 3:21 AM
> To: [EMAIL PROTECTED]
> Subject: FakeTrustSocketFactory....
> 
> 
> Hi,
>  
> Anybody have any examples on how to use the 
> 
> FakeTrustSocketFactory
> 
> Basically i wont to setup an SSL connection between to known servers over
> 
> the internet, no certificates needed they are allready know on eachothers
> firewall.
> 
> Been spending all to get the stuff right with axis on Websphere 5.0 But goin
> 
> crazy with certificate problems and i only need a secure HTTPS connection
> between
> 
> server and client. I found a reference to FakeTrustSocketFactory on the net
> and indeed
> 
> it is in package org.apache.axis.components.net So any help appreciated as i
> think
> 
> this might takle my problem without dealing with the hastle of certificates
> etc..
> 
> Sincere greetings,
> Leo de Baauw
> 
> The Netherlands
> 
>  
> 
> 


=====
Davanum Srinivas - http://webservices.apache.org/~dims/

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

Reply via email to