Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Apache Tomcat »

SSL Configuration works but half the way

Jose Rafael Romero Miret

2007-01-25

Replies:

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 jromero@(protected)

---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)
©2008 junlu.com - Jax Systems, LLC, U.S.A.