Prob in config tomcat to use SSL

Hello,

I have configured tomcat to use SSL exactly defined in how-to doc of apache tomcat.

but when i give URL https://localhost:8443 its simple says page cannot b displayed....and when clientAuth is set to true...

In case if i set clientAuth as false then it says There is problem with website security certificate...

Below is the connector tag tht i have..

<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"

port="8443" minProcessors="5" maxProcessors="75"

enableLookups="true"

acceptCount="100" debug="0" scheme="https" secure="true"

useURIValidationHack="false" disableUploadTimeout="true">

<Factory className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"

clientAuth="true" protocol="TLS" />

</Connector>

Can any1 plzzzz help me?

Thanks in Advance.

[883 byte] By [hetal_giria] at [2007-11-27 5:01:36]
# 1

Where is your keystore specification?

What is the output of logs/catalina.out and .err?

In this doc :

http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html

There is the very important sentence :

"There are addional option used to configure the SSL protocol. You may need to add or change the following attribute values, depending on how you configured your keystore earlier:"

AlfredTheGreya at 2007-7-12 10:19:09 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...
# 2

Hi,

i have not written keystore specification because it is home directory... i have not specifed any different location for .keystore file..

There is no error been displayed...

can u let me know what am i suppose to put when i m prompted

enter first name and last name? when i create keystore....

Thanks for reply....

hetal_giria at 2007-7-12 10:19:09 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...