You can use the keytool ( part of JDK ) to generate your certificates. Look
at http://xml.apache.org/soap/docs/install/FAQ_Tomcat_SOAP_SSL.html for
instructions.

/Pankaj.

-----Original Message-----
From: Chris Ruegger
To: [EMAIL PROTECTED]
Sent: 3/1/02 2:19 AM
Subject: Re: SSL


We are using an Apache Web server as a front end to proxy requests
to Tomcat. Has anyone gotten the Java client/Apache Web server running
SSL combination to work *without* buying a real certificate from
Verisign?
If so, instructions apprecitaed! We will buy the real certificate for
production,
but it would be nice to test things under SSL before we do that.

Thanks,
Chris

----- Original Message -----
From: "KUMAR,PANKAJ (HP-Cupertino,ex1)" <[EMAIL PROTECTED]>
To: "'Mike Brown '" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, March 01, 2002 12:06 AM
Subject: RE: SSL


> Yes. This is very much possible and I have done it.
>
> I am in the process of creating a document for the steps and sample
scripts.
> Essentially, this is what you need to do:
>
> 1. Install JSSE from Sun if you are using JDK 1.2x or 1.3.x. Not
required
> for JDK1.4.0
> 2. Generate keystore and certificates using keytool ( available in JDK
)
> 3. Modify server.xml of TOmCat so that it accepts https connections
> 4. Run the client program with proper Java options.
>
> /Pankaj.
>
> -----Original Message-----
> From: Mike Brown
> To: [EMAIL PROTECTED]
> Sent: 2/28/02 6:56 PM
> Subject: SSL
>
> Hi,
>
> I would like to write an Axis SOAP client that connects to a service
> using HTTPS, maintains a persistent SSL connection and can tell if the
> connection is broken.  I would like the client and service to be able
to
> identify a broken connection.  Is this possible using Axis?  I'm
> currently using Java/Tomcat/Axis.
>
> Thanks,
> Mike
>
>

Reply via email to