Re: SSL Configuration works but half the way (answering extra info)

2007-01-26 Thread Pid
Jose Rafael Romero Miret wrote: I configured tomcat as standalone server and now i want to configure ssl. I did that as the book I have said and also like the documentation in the website tells me. after the configuration i get this: http://localhost:443/ gives me tomcat website.

Re: SSL Configuration works but half the way + logs

2007-01-26 Thread Mark Thomas
Jose Rafael Romero Miret wrote: Connector port=443 minProcessors=5 maxProcessors=75 algorithm=RSA enableLookups=true disableUploadTimeout=true acceptCount=100 debug=4 scheme=https secure=true clientAuth=want sslProtocol=TLS keystoreFile=c:/keystore.key

Re: SSL Configuration works but half the way + logs

2007-01-26 Thread Markus Schönhaber
Jose Rafael Romero Miret wrote: I configured tomcat as standalone server and now i want to configure ssl. I did that as the book I have said and also like the documentation in the website tells me. after the configuration i get this: http://localhost:443/ gives me tomcat website.

RE: SSL Configuration works but half the way

2007-01-25 Thread Caldarale, Charles R
From: Jose Rafael Romero Miret [mailto:[EMAIL PROTECTED] Subject: SSL Configuration works but half the way I configured tomcat as standalone server and now i want to configure ssl. 1) You told us the JDK, but what _exact_ version of Tomcat are you using? 2) Do you have APR installed? If