Hi Steve, I have a client trying to invoke a web service on a server which has a self signed SSL certificate. I am trying to find a way which will allow the application to use any self-signed certificates without worrying about importing server's cert in the local keystore.
Thanks, Nipa On Wed, Apr 30, 2008 at 7:46 PM, <[EMAIL PROTECTED]> wrote: > Nipa, > > Could you be more specific about what you're using the certificate for - > WS-Security signing or encryption? or SSL to a stand-alone Axis2 server? > or ...? > > I've been trying to get all three of those to work lately, so I may be > able to help if I know some more. > > - Steve > -----"nipa dadbhawala" <[EMAIL PROTECTED]> wrote: ----- > > >To: "[email protected]" <[email protected]> > >From: "nipa dadbhawala" <[EMAIL PROTECTED]> > >Date: 04/30/2008 07:56PM > >Subject: Axis2 accepting self signed certificate from the server > > > >Hi All, > > > >Is there any way I can make Axis2 accept server's self signed > >certificate? I tried setting system property as > > > >System.setProperty("axis.socketSecureFactory", > >"org.apache.axis.components.net.SunFakeTrustSocketFactory"); > > > >and it did not work. I also found an old thread on this topic which > >says SunFakeTrustSocketFactory is yet to be written for Axis2. > > > >http://mail-archives.apache.org/mod_mbox/ws-axis-user/200706.mbox/%3C > >[EMAIL PROTECTED] > > > >I am wondering if this is already written or is there any workaround > >for this? > > > >Any help will be appreciated. > > > >Thanks, > >Nipa > > > >MailScanner , and is > --------------------------------------------------------------------- To > unsubscribe, e-mail: [EMAIL PROTECTED] For additional > commands, e-mail: [EMAIL PROTECTED]
