Re: Problems with SSL-enabled Tomcat 5.5

2009-03-13 Thread Bhuvanmp
SR and then just follow > the instructions from your CA and everything worked? > > Thanks, > > Johann > -- View this message in context: http://www.nabble.com/Problems-with-SSL-enabled-Tomcat-5.5-tp12394044p22491455.html Sent from the Tomcat - User mailing li

Re: Problems with SSL-enabled Tomcat 5.5

2007-10-02 Thread Angel Quintana
ip Hanik - Dev Lists" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, August 29, 2007 10:32 PM Subject: Re: Problems with SSL-enabled Tomcat 5.5 - To start a new topic, e-mail: users@tomcat.apache.org

Re: Problems with SSL-enabled Tomcat 5.5

2007-09-03 Thread bajistaman
ore keytool -keypass changeit -storepass changeit -list -- View this message in context: http://www.nabble.com/Problems-with-SSL-enabled-Tomcat-5.5-tf4349872.html#a12467259 Sent from the Tomcat - User mailing list archive at Nabble.

Re: Problems with SSL-enabled Tomcat 5.5

2007-09-03 Thread bajistaman
So what you did was to create a new private key, CSR and then just follow the instructions from your CA and everything worked? Thanks, Johann -- View this message in context: http://www.nabble.com/Problems-with-SSL-enabled-Tomcat-5.5-tf4349872.html#a12463871 Sent from the Tomcat - User

Re: Problems with SSL-enabled Tomcat 5.5

2007-09-03 Thread Hassan Schroeder
On 9/3/07, Werner Schalk <[EMAIL PROTECTED]> wrote: > ... what I ended up doing was buying a new certificate Your CA wouldn't let you submit a new CSR and re-issue the cert?? That's surprising. -- Hassan Schroeder [EMAIL PROTECTED] -

Re: Problems with SSL-enabled Tomcat 5.5

2007-09-03 Thread Werner Schalk
ertificate unfortunately. Please let me know if you have another solution. Bye, Werner - Original Message - From: "bajistaman" <[EMAIL PROTECTED]> To: Sent: Monday, September 03, 2007 2:42 PM Subject: Re: Problems with SSL-enabled Tomcat 5.5 I have the same problem t

Re: Problems with SSL-enabled Tomcat 5.5

2007-09-03 Thread bajistaman
have to install the intermediate one? Thanks, Johann -- View this message in context: http://www.nabble.com/Problems-with-SSL-enabled-Tomcat-5.5-tf4349872.html#a12461106 Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-31 Thread Filip Hanik - Dev Lists
- Original Message - From: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, August 31, 2007 4:27 PM Subject: Re: Problems with SSL-enabled Tomcat 5.5 you need the private key in order to run SSL, but you can import the privat

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-31 Thread Werner Schalk
- Original Message - From: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, August 31, 2007 4:27 PM Subject: Re: Problems with SSL-enabled Tomcat 5.5 you need the private key in order to run SSL, but you can import the privat

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-31 Thread Filip Hanik - Dev Lists
you need the private key in order to run SSL, but you can import the private key, so ask the folks from your company for the private key, here is the info how you import it, someone else posted it this week http://www.agentbob.info/agentbob/79.html Filip bajistaman wrote: I'm having the same

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-31 Thread bajistaman
Import the intermediate cert keytool -storepass changeit -import -alias intermediateCA -trustcacerts -file intermediateCA.cer #Import the cert keytool -storepass changeit -import -alias tomcat -trustcacerts -file name.cer -- View this message in context: http://www.nabble.com/Problems-with-SSL-enabled-

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-30 Thread Filip Hanik - Dev Lists
ich are enabled."). Any more ideas? Bye, Seb - Original Message - From: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, August 30, 2007 5:05 PM Subject: Re: Problems with SSL-enabled Tomcat 5.5 looks like the key

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-30 Thread Werner Schalk
riginal Message - From: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, August 30, 2007 5:05 PM Subject: Re: Problems with SSL-enabled Tomcat 5.5 looks like the keyAlias="root" is not taking into effect, as the container c

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-30 Thread Filip Hanik - Dev Lists
iginal keystore file)? Are we screwed now? Thank you. Any input is greatly appreciated. Bye, Werner. - Original Message - From: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, August 29, 2007 10:32 PM Subject: Re:

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-30 Thread Werner Schalk
tly appreciated. Bye, Werner. - Original Message - From: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, August 29, 2007 10:32 PM Subject: Re: Problems with SSL-enabled Tomcat 5.5 did you set keyAlias="root" in se

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-29 Thread Filip Hanik - Dev Lists
did you set keyAlias="root" in server.xml Werner Schalk wrote: Hello, I am trying to setup a SSL-enabled Tomcat 5.5.? (5.5.20 I think) on a Sun Solaris 10 (Sparc) but it turns out that this appears not to be an easy task. Hopefully you guys can shed some light on this. Basically I do have a

Problems with SSL-enabled Tomcat 5.5

2007-08-29 Thread Werner Schalk
Hello, I am trying to setup a SSL-enabled Tomcat 5.5.? (5.5.20 I think) on a Sun Solaris 10 (Sparc) but it turns out that this appears not to be an easy task. Hopefully you guys can shed some light on this. Basically I do have a Verisign-signed SSL certificate which I would like to add to my e