AW: tomcat not working with HTTPS

2008-01-12 Thread Schadler Johann
[mailto:[EMAIL PROTECTED] Gesendet: Samstag, 12. Jänner 2008 01:50 An: Tomcat Users List Betreff: RE: tomcat not working with HTTPS hi! Connector port=8443 maxHttpHeaderSize=8192 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false

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

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: tomcat not working with HTTPS i

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 IMPORTANT NOTE: This Howto

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

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 - Chuck

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 COMMUNICATION MAY CONTAIN CONFIDENTIAL

RE: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
import stuff for .key and .cert using openssl command .. thanks http://sandbox.rulemaker.net/ngps/m2/howto.ca.html 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

tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
hi i am new user for tomcat. i have installed tomcat5.5 on debian etch also compiled tocat native libraries 1.3 version.. http://localhost:8180 is working correctly but not https://localhost:8443 it says after a long delay The connection to localhost:8443 was interrupted while the page was

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: tomcat not working with HTTPS Connector port=443

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=true

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

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 ..

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 i have it my

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

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 default. Also, the attribute should be SSLPassword

RE: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
hi! Connector port=8443 maxHttpHeaderSize=8192 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false disableUploadTimeout=true acceptCount=100 scheme=https secure=true SSLEngine=on