Thanks for the reply!
<Connector port="8443"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" debug="0" scheme="https" secure="true" clientAuth="false"
sslProtocol="TLS" />
I didn't specify the "keyStore" parameter in here because I only have one
keystore at C:\Documents and Settings\HP_Administrator\.keystore... or do I
explicitely need to do that? I read somewhere that I didn't.
I also have the following in my
C:\jakarta-tomcat-5.0.28\webapps\slide\WEB-INF\web.xml file to enable SSL:
<user-data-constraint>
<description>Constrain the entire application to force use of
HTTPS</description>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
Thanks,
-Jeanna
----- Original Message -----
From: "Pulkit Singhal" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Tuesday, September 12, 2006 8:46 PM
Subject: Re: Error: No available certificate or key corresponds to the SSL
cipher suites which are enabled.
Could you please paste the <Connector...> piece out of your server.xml
where
you configure the use of the certificate here? It will help me understand
what you are trying to do and what's actually happening a little better.
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]