RE: SSL keystore problem

2002-11-20 Thread Roberts, Eric
Have you commented out the SSL connector in server.xml? -Original Message- From: brana02 [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 20. November 2002 13:49 To: [EMAIL PROTECTED] Subject: SSL keystore problem I had tried playing around with the SSL connector and deleted a

RE: SSL keystore problem

2002-11-20 Thread brana02
: Subject: RE: SSL keystore problem Have you commented out the SSL connector in server.xml? -Original Message- From: brana02 [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 20. November 2002 13:49 To: [EMAIL

RE: SSL keystore problem

2002-11-20 Thread brana02
:[EMAIL PROTECTED]] Sent: Wed 11/20/2002 7:53 AM To: Tomcat Users List Cc: Subject: RE: SSL keystore problem Have you commented out the SSL connector in server.xml? -Original Message- From

RE: SSL keystore problem

2002-11-20 Thread Roberts, Eric
Subject: RE: SSL keystore problem no i have not...i have tried that and it works, but i would like to start again clean, how do I go about doing this? -Original Message- From: Roberts, Eric [mailto:[EMAIL PROTECTED]] Sent: Wed 11/20/2002 7:53 AM

RE: SSL keystore problem

2002-11-20 Thread Roberts, Eric
List Subject: RE: SSL keystore problem Also I would like to know where that path information to the keystore is being stored-- is there some hidden system file or properties file that the SSLServerFactory reads from in order to attempt to initKeyStore()? -Original Message

RE: SSL keystore problem

2002-11-20 Thread brana02
Users List Cc: Subject: RE: SSL keystore problem By default the keystore is created in the home directory of the user that creates it. If SSL Connector is called, it looks in the home directory for the keystore

RE: SSL keystore problem

2002-11-20 Thread brana02
Users List Cc: Subject: RE: SSL keystore problem By default the keystore is created in the home directory of the user that creates it. If SSL Connector is called, it looks in the home directory for the keystore

RE: SSL keystore problem

2002-11-20 Thread Roberts, Eric
, 20. November 2002 14:03 To: Tomcat Users List Subject: RE: SSL keystore problem Do you know how to specify a different location? Sorry to bother u so much but im just a student trying to teach all this stuff to myself. -Original Message- From: Roberts, Eric

RE: SSL keystore problem

2002-11-20 Thread p niemandt
List Cc: Subject: RE: SSL keystore problem By default the keystore is created in the home directory of the user that creates it. If SSL Connector is called, it looks in the home directory for the keystore. -Original Message

RE: SSL keystore problem

2002-11-20 Thread brana02
]] Sent: Wed 11/20/2002 8:25 AM To: Tomcat Users List Cc: Subject: RE: SSL keystore problem Don't know if this is of help, but on linux the keystore will be stored under the username in a file called .keystore {. means it's

RE: SSL keystore problem

2002-11-20 Thread Bodycombe, Andrew
Users List Cc: Subject: RE: SSL keystore problem By default the keystore is created in the home directory of the user that creates it. If SSL Connector is called, it looks in the home directory for the keystore. -Original

RE: SSL keystore problem

2002-11-20 Thread p niemandt
still searching for the .keystore file = so does it need to be named .keystore?? -Original Message- From: p niemandt [mailto:[EMAIL PROTECTED]] Sent: Wed 11/20/2002 8:25 AM To: Tomcat Users List Cc: Subject: RE: SSL keystore problem

RE: SSL keystore problem

2002-11-20 Thread brana02
To: 'Tomcat Users List ' Cc: Subject: RE: SSL keystore problem You can tell tomcat to look in a different location at startup by specifying the following value in your CATALINA_OPTS variable: -Djavax.net.ssl.keystore

RE: SSL keystore problem

2002-11-20 Thread Bodycombe, Andrew
Subject: RE: SSL keystore problem I am really not familiar with where to add that line and under what conditions in the catalina.bat file, could you be a little more specific thanks -Original Message- From: Bodycombe, Andrew [mailto:[EMAIL PROTECTED]] Sent: Wed 11/20

RE: SSL keystore problem

2002-11-20 Thread brana02
(). Whats going on here?? -Original Message- From: Bodycombe, Andrew [mailto:[EMAIL PROTECTED]] Sent: Wed 11/20/2002 9:35 AM To: 'Tomcat Users List ' Cc: Subject: RE: SSL keystore problem No problem

RE: SSL keystore problem

2002-11-20 Thread Steve Beech
are you using the prefix https? e.g. https://www.yoursite.com -Original Message- From: brana02 [mailto:[EMAIL PROTECTED]] Sent: 20 November 2002 15:35 To: Tomcat Users List Subject: RE: SSL keystore problem I'd like to thank all of you for helping me out, I got tomcat configured