RE: Problems Configuring SSL / JSSE

2008-03-01 Thread Chad Lehman
Looks like my email client removed the tag I pasted from the server.xml file: Connector port=443 protocol=HTTP/1.1 SSLEnabled=true maxThreads=150 scheme=https secure=true keystoreFile=${user.home}/.keystore keystorePass=changeit

RE: Problems Configuring SSL / JSSE

2008-03-01 Thread Caldarale, Charles R
From: Chad Lehman [mailto:[EMAIL PROTECTED] Subject: Problems Configuring SSL / JSSE I've done the .keystore stuff as outlined in the docs. Do you have APR enabled? (Likely, on a Windows installation.) If so, you ignored the big, bold note in the doc about using OpenSSL rather than JSSE.

RE: Problems Configuring SSL / JSSE

2008-03-01 Thread Chad Lehman
Hi Chuck, Thank you for the reply. I'd actually seen your responses to this in the archives, but I don't have APR enabled. There is no tcnative-1.dll here. I'm wondering if there's some .jar file I'm missing or something. Thanks again. Chad Subject: RE: Problems Configuring SSL / JSSE

RE: Problems Configuring SSL / JSSE

2008-03-01 Thread Caldarale, Charles R
From: Chad Lehman [mailto:[EMAIL PROTECTED] Subject: RE: Problems Configuring SSL / JSSE There is no tcnative-1.dll here. If that's the case, then there should be an entry in the logs about APR not being available; make sure that's the case. Anything else in the logs, either during Tomcat

Re: Problems Configuring SSL / JSSE

2008-03-01 Thread Martin Gainty
PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, March 01, 2008 9:14 PM Subject: RE: Problems Configuring SSL / JSSE From: Chad Lehman [mailto:[EMAIL PROTECTED] Subject: RE: Problems Configuring SSL / JSSE There is no tcnative-1.dll here. If that's the case

RE: Problems Configuring SSL / JSSE

2008-03-01 Thread Chad Lehman
Chad Subject: RE: Problems Configuring SSL / JSSE Date: Sat, 1 Mar 2008 20:14:27 -0600 From: [EMAIL PROTECTED] To: users@tomcat.apache.org From: Chad Lehman [mailto:[EMAIL PROTECTED] Subject: RE: Problems Configuring SSL / JSSE There is no tcnative-1.dll here. If that's the case

RE: Problems Configuring SSL / JSSE

2008-03-01 Thread Caldarale, Charles R
From: Chad Lehman [mailto:[EMAIL PROTECTED] Subject: RE: Problems Configuring SSL / JSSE Thanks again. I must've been blind the first time I set this up, because I didn't see the part about the JSSE extensions being installed. They weren't. You don't need the JSSE extensions - they're

RE: Problems Configuring SSL / JSSE

2008-03-01 Thread Chad Lehman
Subject: RE: Problems Configuring SSL / JSSE Date: Sat, 1 Mar 2008 20:57:11 -0600 From: [EMAIL PROTECTED] To: users@tomcat.apache.org From: Chad Lehman [mailto:[EMAIL PROTECTED] Subject: RE: Problems Configuring SSL / JSSE Thanks again. I must've been blind the first time I set

RE: Problems Configuring SSL / JSSE

2008-03-01 Thread Caldarale, Charles R
From: Chad Lehman [mailto:[EMAIL PROTECTED] Subject: RE: Problems Configuring SSL / JSSE The version is Java HotSpot Client VM 1.6.0_03-b05 (according to java -version). That definitely has JSSE built in. Whatever you downloaded is for a much older JRE level, and most likely is the cause

RE: Problems Configuring SSL / JSSE

2008-03-01 Thread Chad Lehman
Subject: RE: Problems Configuring SSL / JSSE Date: Sat, 1 Mar 2008 21:15:56 -0600 From: [EMAIL PROTECTED] To: users@tomcat.apache.org From: Chad Lehman [mailto:[EMAIL PROTECTED] Subject: RE: Problems Configuring SSL / JSSE The version is Java HotSpot Client VM 1.6.0_03-b05 (according

RE: Problems Configuring SSL / JSSE

2008-03-01 Thread Caldarale, Charles R
From: Chad Lehman [mailto:[EMAIL PROTECTED] Subject: RE: Problems Configuring SSL / JSSE INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path... Good; that means APR really isn't installed. Otherwise

RE: Problems Configuring SSL / JSSE

2008-03-01 Thread Chad Lehman
[ISSUE RESOLVED] Subject: RE: Problems Configuring SSL / JSSE Date: Sat, 1 Mar 2008 21:54:09 -0600 From: [EMAIL PROTECTED] To: users@tomcat.apache.org From: Chad Lehman [mailto:[EMAIL PROTECTED] Subject: RE: Problems Configuring SSL / JSSE INFO: The Apache Tomcat Native library which