Java Mailing List Archive

http://www.junlu.com/

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

SSL Under Tomcat 5.0

Jeff Gimprich

2005-02-15


Hi,



I'm new to Tomcat, so forgive my (temporary) naivite. I need to get my
ecommerce web site (JSP) up and running, but when I add the connector for
SSL to the server.xml Tomcat goes into an infinite loop with the following
error message when the server attempts an SSL handshake (repeats
ad-infinitum):



"No available certificate corresponds to the SSL cipher suites which are
enabled."



Here's the connector section from my server.xml:



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

                       port="443" minProcessors="5"
maxProcessors="75"

                       enableLookups="true"
disableUploadTimeout="true"

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

                       clientAuth="false" sslProtocol="TLS"


keystoreFile="conf/NCM.keystore" keystorePass="changeit"/>



My SSL vendor has so far failed to identify the problem, and I am stumped
also. Can anyone help?



Jeffrey D. Gimprich
Director of IT
National Collectors Mint, Inc.
8 Slater Street
Port Chester, NY 10573
ph: 914-935-9800 ext 236
fax: 914-935-3321
jgimprich@(protected)
http://www.nationalcollectorsmint.com



©2008 junlu.com - Jax Systems, LLC, U.S.A.