Re: SSL Configuration Question

2009-11-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Liav, On 11/14/2009 4:32 AM, Liav Ezer wrote: > The section about importing a certificate issued by a CA begins with: > > Download a Chain Certificate from the Certificate Authority you obtained the > Certificate from. [snip] > What is a Chain Certi

RE: SSL Configuration Question

2009-11-14 Thread Liav Ezer
e: > >> From: Liav Ezer [mailto:liav.e...@gmail.com] >> Subject: Re: SSL Configuration Question >> >> So my only wish is to know what to write in those two attributes: >> keystoreFile - Which of the 4 files i have do i need to point to (my >> guess is the

Re: SSL Configuration Question

2009-11-13 Thread Bill Barker
"Christopher Schultz" wrote in message news:4afdb50c.70...@christopherschultz.net... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Liav, > > On 11/13/2009 10:48 AM, Liav Ezer wrote: >> I need help configuring my http connector to be a secure one via SSL. > > Are you expecting to use tcna

RE: SSL Configuration Question

2009-11-13 Thread Caldarale, Charles R
> From: Liav Ezer [mailto:liav.e...@gmail.com] > Subject: Re: SSL Configuration Question > > So my only wish is to know what to write in those two attributes: > keystoreFile - Which of the 4 files i have do i need to point to (my > guess is the xxx.domainname.com.key )? > key

Re: SSL Configuration Question

2009-11-13 Thread Liav Ezer
Hi Christopher, Thanks for your elaborated reply. Regarding your first question: No, i don't use the APR connector (port #443 i assume) & the tomcat-native jar. I do use the plain old HTTP connector in server.xml. So my only wish is to know what to write in those two attributes: keystoreFile

Re: SSL Configuration Question

2009-11-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Liav, On 11/13/2009 10:48 AM, Liav Ezer wrote: > I need help configuring my http connector to be a secure one via SSL. Are you expecting to use tcnative in order to use an "APR" connector, or do you want to use the plain-old Java HTTP connector? If y