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.
https://localhost:443/ gives me connected status in the browser with no result... it waits until some timeout jumps.

My configuration:

i'm using java sdk 1.6.0

keytool.exe -genkey -alias tomcat -keyalg RSA -keystore c:/keystore.key -keypass 123456 -storepass 123456 -keysize 2048

<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" keystorePass="123456"/>

I know i added a lot of small options that perhaps are not needed, but in the simpler way is not working anyway.

Hope someone can help me on this, so far i've been trying to get it work for the past 2 days and it's fustrating.

Thanks
  Jose Romero Miret [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to