RE: post data lost when redirecting from http to https

2008-03-03 Thread Chad Lehman
Yeah, like Peter says. The original form is what should be under SSL, presumably. Chad From: [EMAIL PROTECTED] To: users@tomcat.apache.org Date: Mon, 3 Mar 2008 09:17:31 + Subject: RE: post data lost when redirecting from http to https From: J. Zach [mailto:[EMAIL PROTECTED] I

Problems Configuring SSL / JSSE

2008-03-01 Thread Chad Lehman
Hello, Tomcat 6.0.14 serves HTTP just fine. HTTPS isn't working; eventually the request times out (Firefox) with the message The Connection Was Interrupted. The dialog describing the certificate never comes up. I've done the .keystore stuff as outlined in the docs. Created the self-signed

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 Chad Lehman
Date: Sat, 1 Mar 2008 19:45:55 -0600 From: [EMAIL PROTECTED] To: users@tomcat.apache.org 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

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 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 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 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