Re: Error: No available certificate or key corresponds to the SSL cipher suites which are enabled.

2006-09-13 Thread Jeanna Geier
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

Re: Error: No available certificate or key corresponds to the SSL cipher suites which are enabled.

2006-09-13 Thread Pulkit Singhal
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 Iexplicitely need to do that? I read somewhere that I didn't. Personally, I can not even begin to imagine how Tomcat would know where to find the

Re: Error: No available certificate or key corresponds to the SSL cipher suites which are enabled.

2006-09-10 Thread Bill Barker
I don't know if it's just copy/paste errors, but from what you've written, you've imported the ca cert twice, and into a different keystore file than you used to generate the key. What does keytool -list say? Jeanna Geier [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi All- I'm

Error: No available certificate or key corresponds to the SSL cipher suites which are enabled.

2006-09-09 Thread Jeanna Geier
Hi All- I'm running into an odd problem and am hoping that someone out there can help me! I'm trying to configure and run SSL; I am able to create, startup and run everyting when I am using a self-signed certificate. (Yeah!) However, when I attempt to use a trial certificate from thawte