• 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

problem with ssl and tomcat 4.1

 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I create my keystore file and get this message error :


what is problem ?
[ August 21, 2007: Message edited by: Alex Florentino ]
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you show us the secure <Connector ..> entry from your server.xml?
 
Alex Florentino
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes,
 
Ben Souther
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Server.xml looks OK.
How did you create the keystore?
 
Alex Florentino
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think that it is the problem... I dont have keystore file... I fellow the tutorial http://www.geotrust.com/resources/install/jakarta_tomcat.htm but I think that I need keystore file original... the keystore that I created csr file.
 
Ben Souther
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The tough thing about building those is that, if you miss one step,
it won't work. I've done quite a few for our customers and I've
found, that if the certificate doesn't work, it's easier to contact the CA, cancel the certificate and start again from square one.

I've done Thawte's (with Tomcat 5.0 and 5.5) and I assure you, if you follow ever step, exactly as it's written in their documentation, it will work.

It's also a good idea to take screen shots of every single step.
There are two reasons for doing this.
1.) If something goes wrong, you, or support from the CA can look and see exactly what you've done.

2.) Certificates, by nature, are something you fight with once and then don't touch for at least a year. By the time that certificate expires, you'll have forgotten everything you've done. Step by step screen shots of what you did last time will be the most welcome documentation you can have.
[ August 21, 2007: Message edited by: Ben Souther ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic