Good Evening Bob
Implementing webapps is similar to setting up a scientific experiment..you
need to complete ALL the steps outlined in order or nothing works

The SSL checklist that starts with
1)installing and configuring JSSE (now comes with JDK.1.4 or 1.5)
2)a)create keystore
Did you create the keystore as explained Yes or No?

   b)import the certificate into just created keystore
Did you import the certificate into the keystore Yes or No?

3)uncomment the SSL Connector entry in $CATALINA_HOME/conf/server.xml  and
edit keystoreFile to point to just created keystore
Did you edit the connector to make sure keyStoreFile points to the new
keystore Yes or No?

finally read this url and verify you understand everything you see in the
embodied page
http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html
Did you read all of this Yes or No?
Do you understand everything that is explained here?

If there is something in this process that is undocumented or poorly
documented PLEASE let us know.

HTH/
Martin-

----- Original Message -----
From: "Bob Grabbe" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <users@tomcat.apache.org>
Sent: Monday, November 26, 2007 4:48 PM
Subject: RE: SSL problem with Tomcat 5.5


> OK, I've attached a new file with the startup. Unfortunately I'm not
seeing
> anything in any logs that indicate any https requests.
> Just in case, what's the command to generate a new empty keystore file ?
> I've seen the notes on the tomcat docs for creating the csr, but I didn't
do
> that this time. I might try it though, if I can get godaddy to go through
> the process with me again,
>
> Thanks
>
> Bob Grabbe
> University of Michigan
> [EMAIL PROTECTED]
> _________________________________________________________________________
> "Research is the process of going up alleys to see if they are blind." --
> Marston Bates
>
> > -----Original Message-----
> > From: Hassan Schroeder [mailto:[EMAIL PROTECTED]
> > Sent: Monday, November 26, 2007 4:09 PM
> > To: Tomcat Users List
> > Subject: Re: SSL problem with Tomcat 5.5
> > What would be best would be catalina.log at startup, showing
> > whether the SSL connector started cleanly.
> >
> > And of course, any log entry relating specifically to an HTTPS
> > request.
> >
> > > I didn't generate a new csr, I figured renewing the cert shouldn't
> > need
> > > that. Do I need to go through that or should I be able to just renew
> > it ?
> >
> > Dunno about GoDaddy, but when I "renew" a Thawte cert for one of
> > my sites, I have to generate a new cert request. So I just create a new
> > keystore file, named something like keystore-example.com-2007, and
> > use that for the new cert.
> >
> > HTH!
> > --
> > Hassan Schroeder ------------------------ [EMAIL PROTECTED]
> >
> > ---------------------------------------------------------------------
> > To start a new topic, e-mail: users@tomcat.apache.org
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>


----------------------------------------------------------------------------
----


> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to