Re: SSL with Axis SocketException

2004-10-12 Thread priyanjith
ppens when I attempt to use client side > authentication. Has anyone else had this problem? > > Chris > > -Original Message- > From: Greg Michalopoulos [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 07, 2004 10:58 AM > To: [EMAIL PROTECTED] > Subject: RE:

RE: SSL with Axis SocketException

2004-10-08 Thread Hubble, Christopher
, October 07, 2004 10:58 AM To: [EMAIL PROTECTED] Subject: RE: SSL with Axis Also, you can setup Apache (or other webserver) with SSL and then just add the filter to send requests to /services to Tomcat. This requires no change in config on Tomcat side I believe. -Original Message- From

RE: SSL with Axis

2004-10-08 Thread Hubble, Christopher
When I set clientAuth="false" it works. However, I need the server to authenticate the client. Chris -Original Message- From: Hubble, Christopher [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 11:04 AM To: '[EMAIL PROTECTED]' Subject: RE: SSL with Axis I

RE: SSL with Axis

2004-10-08 Thread Hubble, Christopher
October 07, 2004 10:37 AM To: [EMAIL PROTECTED] Subject: Re: SSL with Axis Here is roughly how you can make Axis talk to tomcat using SS (or atleast that's how i could make it work). 1. Setup a keystore for client 2. Setup a keystore for server 3. Export server's public key certificate

RE: SSL with Axis

2004-10-07 Thread Greg Michalopoulos
:37 AM To: [EMAIL PROTECTED] Subject: Re: SSL with Axis Here is roughly how you can make Axis talk to tomcat using SS (or atleast that's how i could make it work). 1. Setup a keystore for client 2. Setup a keystore for server 3. Export server's public key certificate to a file and impo

Re: SSL with Axis

2004-10-07 Thread Venkat Reddy
Here is roughly how you can make Axis talk to tomcat using SS (or atleast that's how i could make it work). 1. Setup a keystore for client 2. Setup a keystore for server 3. Export server's public key certificate to a file and import it into client's keystore. 4. Export client's public key certific

Re: SSL with Axis

2004-10-07 Thread gary . si . grewal
On the server you set up the Certificate assuming you want to do 1 way SSL. Thanks and Regards, === Gary Grewal "Hubble,