[Mailman-Users] 2.1 / ssl / admin

Vivek Khera khera at kcilink.com
Mon Feb 3 16:47:34 CET 2003


>>>>> "GS" == Gregg Siegfried <gsiegfried at wsipc.org> 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?



More information about the Mailman-Users mailing list