RE: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
hi! is in my server.xml file where 'phrase' is the secret phrase when i created the newkey.pem > Are you sure you're building a keystore compatible > with OpenSSL? > what exactly does it imply? as i wrote earlier i just created a New CA its private key, then generateda new certificate re

RE: tomcat not working with HTTPS

2008-01-11 Thread Caldarale, Charles R
> From: Neha Agrawal [mailto:[EMAIL PROTECTED] > Subject: Re: tomcat not working with HTTPS > > keystore password is the default one 'changeit' > so its not mandatory to supply If you're using APR (and therefore OpenSSL), I don't believe there is a defa

Re: tomcat not working with HTTPS

2008-01-11 Thread Pulkit Singhal
Hmm, "changeit" is the default for cacerts file which is a truststore, what you are trying to setup here (I think) is a keystore to present the identity of your server correct? So perhaps its not so obvious to tomcat? On Jan 11, 2008 4:33 PM, Neha Agrawal <[EMAIL PROTECTED]> wrote: > keystore pas

Re: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
keystore password is the default one 'changeit' so its not mandatory to supply --- Pulkit Singhal <[EMAIL PROTECTED]> wrote: > Don't you need to specify: > > keystorePass="somePassword" > > as well? > > On Jan 11, 2008 4:12 PM, Neha Agrawal > <[EMAIL PROTECTED]> wrote: > > > hi > >

Re: tomcat not working with HTTPS

2008-01-11 Thread Pulkit Singhal
Don't you need to specify: keystorePass="somePassword" as well? On Jan 11, 2008 4:12 PM, Neha Agrawal <[EMAIL PROTECTED]> wrote: > hi >i have it my server.xml file > and tomcat does recognise it..as i understood fro mthe > log > Also now my logs are showing up following .. > > org.a

Re: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
hi i have it my server.xml file and tomcat does recognise it..as i understood fro mthe log Also now my logs are showing up following .. org.apache.coyote.http11.Http11AprProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8180 Jan 11, 2008 3:37:23 PM org.apache.coyote.http11.Http11AprProt

RE: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
hi! this is the sample connector given in the doc.. Connector port="8443" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" scheme="https" secure=

RE: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
i configured it on 8443 .. i just copied the documentation configuration and forgot to modify it in the email..sory about that.. --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > > From: Neha Agrawal [mailto:[EMAIL PROTECTED] > > Subject: RE: t

RE: tomcat not working with HTTPS

2008-01-11 Thread Caldarale, Charles R
> From: Neha Agrawal [mailto:[EMAIL PROTECTED] > Subject: RE: tomcat not working with HTTPS > > Connector port="443" > still https://localhost:8443 is not working Since you configured it on port 443, why do you expect requests to 8443 to work? - Chuck THIS

RE: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
two files for localhost.key and localhost.cert above by coping these to that location still https://localhost:8443 is not working i was wondering if i have do "import" stuff for .key and .cert using openssl command .. thanks http://sandbox.rulemaker.net/ngps/m2/howto.ca.html

RE: tomcat not working with HTTPS

2008-01-11 Thread Caldarale, Charles R
> From: Neha Agrawal [mailto:[EMAIL PROTECTED] > Subject: RE: tomcat not working with HTTPS > > i have installed tomcat5.5 > will the same stuff work for tomcat5.5 Should be pretty much the same. The relevant 5.5 link is: http://tomcat.apache.org/tomcat-5.5-doc/apr.html

RE: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
this is for version tomcat6.0 i have installed tomcat5.5 will the same stuff work for tomcat5.5 i have openssl version 0.9.8c-4etch1 thanks --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > > From: Neha Agrawal [mailto:[EMAIL PROTECTED] > > Subject: Re: t

RE: tomcat not working with HTTPS

2008-01-11 Thread Caldarale, Charles R
> From: Neha Agrawal [mailto:[EMAIL PROTECTED] > Subject: Re: tomcat not working with HTTPS > > i was wondering if due to APR i have to configure > openssl and not SSl Correct, as clearly stated in the Tomcat doc: http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html "

Re: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
i have generated .keystore file using the keytool and entered all the certificate information and als othe password was 'changeit' as told in the doc.. also the file is in the default location.. keystore -list gives the following output Keystore type: jks Keystore provider: SUN Your keystore co

Re: tomcat not working with HTTPS

2008-01-11 Thread Andrei Tchijov
most likely u do not have keychain and/or there is no suitable certificate in the keychain read this http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/ On Jan 11, 2008, at 14:51 , Neha Agrawal wrote: hi i am new user for tomcat. i have installed tomcat5.5 on debian