Re: JSSE question

2009-12-08 Thread Bill Barker
"Christopher Schultz" wrote in message news:4b1ecba6.1030...@christopherschultz.net... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Vadim, > > On 12/7/2009 1:25 PM, Vadim Letitchevski wrote: >> openssl pkcs12 -export -in /etc/pki/tls/certs/localhost.crt -inkey >> /etc/pki/tls/private/l

RE: JSSE question

2009-12-08 Thread Vadim Letitchevski
Thanks. I will try it. Vadim. -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, December 08, 2009 1:57 PM To: Tomcat Users List Cc: Vadim Letitchevski Subject: Re: JSSE question -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vadim, On 12

Re: JSSE question

2009-12-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vadim, On 12/7/2009 1:25 PM, Vadim Letitchevski wrote: > openssl pkcs12 -export -in /etc/pki/tls/certs/localhost.crt -inkey > /etc/pki/tls/private/localhost.key -out mycert.p12 -name tomcat -CAfile > /etc/pki/tls/cacert.pem -caname root -chain > >

RE: JSSE question

2009-12-07 Thread Felix Schumacher
https://localhost:8442 > or https:/localhost:8443 with no success (failed to connect page). > Catalina log file shows "java.io.exception: Invalid keystore format." > What have I done wrong? > > Thanks > Vadim. > > -Original Message- > From: news [mail

RE: JSSE question

2009-12-07 Thread Vadim Letitchevski
JSSE question > From: Vadim Letitchevski [mailto:vletitchev...@teledyne.com] > Subject: RE: JSSE question > > I checked the log file and it states that APR library was not found. O.k., good to know that. Ignore the pointer to the APR configuration that I gave you and go back to the

RE: JSSE question

2009-12-07 Thread Caldarale, Charles R
> From: Vadim Letitchevski [mailto:vletitchev...@teledyne.com] > Subject: RE: JSSE question > > I checked the log file and it states that APR library was not found. O.k., good to know that. Ignore the pointer to the APR configuration that I gave you and go back to the origina

RE: JSSE question

2009-12-07 Thread Vadim Letitchevski
: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Monday, December 07, 2009 11:12 AM To: Tomcat Users List Subject: RE: JSSE question > From: Vadim Letitchevski [mailto:vletitchev...@teledyne.com] > Subject: RE: JSSE question > > I have noticed the strings > >SSLE

RE: JSSE question

2009-12-07 Thread Caldarale, Charles R
> From: Vadim Letitchevski [mailto:vletitchev...@teledyne.com] > Subject: RE: JSSE question > > I have noticed the strings > >SSLEngine="on" /> > In my server.xml. The presence of the listener does not necessarily mean you're using APR. If you have

RE: JSSE question

2009-12-07 Thread Vadim Letitchevski
R [mailto:chuck.caldar...@unisys.com] Sent: Monday, December 07, 2009 10:30 AM To: Tomcat Users List Subject: RE: JSSE question > From: Vadim Letitchevski [mailto:vletitchev...@teledyne.com] > Subject: RE: JSSE question > > I have followed the recommendations in that document

RE: JSSE question

2009-12-07 Thread Caldarale, Charles R
> From: Vadim Letitchevski [mailto:vletitchev...@teledyne.com] > Subject: RE: JSSE question > > I have followed the recommendations in that document but did not > succeed. Are you using APR with Tomcat? If so, the proper doc is here: http://tomcat.apache.org/tomcat-6.0-doc

RE: JSSE question

2009-12-07 Thread Vadim Letitchevski
g? Thanks Vadim. -Original Message- From: news [mailto:n...@ger.gmane.org] On Behalf Of Bill Barker Sent: Friday, December 04, 2009 7:25 PM To: users@tomcat.apache.org Subject: Re: JSSE question "Vadim Letitchevski" wrote in message news:e17da276f9a0c84fad22739de29c3890

RE: JSSE question

2009-12-07 Thread Vadim Letitchevski
Thank you Bill. Vadim. -Original Message- From: news [mailto:n...@ger.gmane.org] On Behalf Of Bill Barker Sent: Friday, December 04, 2009 7:25 PM To: users@tomcat.apache.org Subject: Re: JSSE question "Vadim Letitchevski" wrote

Re: JSSE question

2009-12-04 Thread Bill Barker
"Vadim Letitchevski" wrote in message news:e17da276f9a0c84fad22739de29c389005dafc3...@entmail01.tad.teledyne.com... >I am confused. Can Tomcat use only JKS keystore or it can also use pem or >some other certificate storages? > In the Tomcat docs (http://tomcat.apache.org/tomcat-6.0-doc/ssl-how