• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomcat 6.0.24 SSL problem

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We upgraded from Tomcat 6.0.10 to 6.0.24 on a Windows 7 Ultimate platform and now we cannot run as SSL server.

We have both Tomcat versions availabe and switch between them by renaming the Tomcat directory and uninstalling/reinstalling Tomcat. The server.xml is identical for both.

We're using a user-created security certificate. With version 6.0.10, we first get a warning page:

"There is a problem with this website's security certificate.

The security certificate presented by this website has expired or is not yet valid.

Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server. "


Then it gives us the option to continue, and we do and the application runs fine with SSL.

But with version 6.0.24, we get no web page at all, just blank. No logging in the Tomcat logs other than a single line in the Jakarta log that the service started.

We are stuck trying to figure out why versin 6.0.24 won't work.

-SB

 
Ranch Hand
Posts: 470
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

S Baker wrote:But with version 6.0.24, we get no web page at all, just blank



Perhaps you should try to access the app with another browser like Firefox or change to 'friendly error messages' setting in IE would give you exact detailed error message.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic