which jdk? try 1.4 as JSSE is built-in. If you are sticking to 1.3 then make sure you do a fresh install of JDK1.3 and then JSSE (as per http://java.sun.com/products/jsse/INSTALL.txt)
-- dims --- Leo de Blaauw <[EMAIL PROTECTED]> wrote: > Hi, > > Well i tried that but now getting a : > > JAXRPCException in call.java on line 612, but originating from > setTargetEndpointAddress(String address) in wich i basically set the https > url as > a string to my service. All of this from an Axis client application. > Beginning to wonder > if the system property mentioned below is actually picked up or not ??? Is > there some > logging i can set to trace its usage ? > > Sincere greetings, > Leo de Blaauw > > > -----Oorspronkelijk bericht----- > Van: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Verzonden: vrijdag, juni 2003 22:27 > Aan: [EMAIL PROTECTED] > Onderwerp: RE: FakeTrustSocketFactory.... > > > 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.compon > ents.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 ===== Davanum Srinivas - http://webservices.apache.org/~dims/ __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com
