>>>>> "GS" == Gregg Siegfried <[EMAIL PROTECTED]> writes:

GS> By turning SSL off, requests can be processed as expected.

If you redirect a POST using mod_redirect, you lose the data.  The
workaround is to capture the POST data from the original request,
convert it to a GET and redirect to that.  But then if you're sending
the first request in the clear, what exactly do you gain by
redirecting to SSL after all the info just went by cleartext?

You need to fix it up so that the page is submitted *directly* to the
SSL secured URL.


GS> I am using the same ssl redirection on a 2.0.10 server, and have had no
GS> such problems.

Perhaps is used a GET on the form?

------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to