Not sure which logs would help, but I've attached a notepad file with
excerpts.
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 ?
What I did after downloading the new certificates was
1. Stop tomcat
2. rename the old keystore file
3. run the keytool to import the new certificates.
If there's a different sequence I should have used, I'll appreciate the
input.
Thanks
Bob Grabbe
Umiversity 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 3:38 PM
> To: Tomcat Users List
> Subject: Re: SSL problem with Tomcat 5.5
>
> On Nov 26, 2007 10:04 AM, Bob Grabbe <[EMAIL PROTECTED]> wrote:
> > Our web site has had an ssl certificate from Godaddy for the last two
> years.
> > I'm trying to update the certificate because it just expired. After
> the
> > expiration, before updating I was able to get to the main page, with
> a
> > certificate error. After the update of the certificaste I'm not able
> to get
> > to the https page at all.
>
> > Downloaded the server certificate, Godaddy certificates and recreated
> the
> > keystore.
>
> ? That sounds a little off -- the keystore should have been created as
> a first step, followed by generating the certificate request to send
> off
> to GoDaddy.
>
> > At this point I can open the http page, but if I try to open the
> https url I
> > don't get anything.
>
> And the logs say ____________?
>
> --
> Hassan Schroeder ------------------------ [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: [email protected]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
Catalina log
INFO: Reloading context []
Nov 26, 2007 3:50:30 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-80
Nov 26, 2007 3:50:30 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-443
Nov 26, 2007 3:50:31 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Nov 26, 2007 3:50:31 PM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-80
Nov 26, 2007 3:50:31 PM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-443
localhost log
Nov 26, 2007 3:50:31 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES',
'[Ljava.lang.String;@6db33c')
Nov 26, 2007 3:50:31 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Nov 26, 2007 3:50:31 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()
Nov 26, 2007 3:50:31 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES',
'[Ljava.lang.String;@159e6e8')
Nov 26, 2007 3:50:31 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES',
'[Ljava.lang.String;@1469658')
Nov 26, 2007 3:50:31 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES',
'[Ljava.lang.String;@1389b3f')
Nov 26, 2007 3:50:31 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Nov 26, 2007 3:50:31 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()
localhost access log\
192.168.0.1 - - [26/Nov/2007:15:50:09 -0500] "GET / HTTP/1.1" 200 121
192.168.0.1 - - [26/Nov/2007:15:50:09 -0500] "GET /prime/ HTTP/1.1" 200 1876
192.168.0.1 - - [26/Nov/2007:15:50:09 -0500] "GET /prime/topFrame.htm HTTP/1.1"
200 2420
192.168.0.1 - - [26/Nov/2007:15:50:09 -0500] "GET /prime/leftUserInfoPage.htm
HTTP/1.1" 200 10850
192.168.0.1 - - [26/Nov/2007:15:50:09 -0500] "GET /prime/images/NRPP.jpg
HTTP/1.1" 200 4814
192.168.0.1 - - [26/Nov/2007:15:50:09 -0500] "GET /prime/JS/md5.js HTTP/1.1"
200 8827
192.168.0.1 - - [26/Nov/2007:15:50:09 -0500] "GET /prime/images/New_icons.gif
HTTP/1.1" 200 165
192.168.0.1 - - [26/Nov/2007:15:50:09 -0500] "GET /prime/images/groups_bar.gif
HTTP/1.1" 200 2273
192.168.0.1 - - [26/Nov/2007:15:50:24 -0500] "GET /prime/ HTTP/1.1" 302 -
192.168.0.1 - - [26/Nov/2007:15:50:24 -0500] "GET /prime/ HTTP/1.1" 200 1876
192.168.0.1 - - [26/Nov/2007:15:50:24 -0500] "GET /prime/leftUserInfoPage.htm
HTTP/1.1" 200 10850
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]