Question
Using template login, I have a need for users to login securily over SSL, then continue in standard http in TWiki. Any idea how to set this up?
Environment
--
PeterThoeny - 04 Apr 2007
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
off the top of my head before i goto sleep:
perl code hack: in TWiki::Client::TemplateLogin::forceAuthentication() there is a redirect, change that to https
apache conf: I think you can write a Redirect
http://twiki/bin/login
to redirect to
https://twiki/bin/login
--
SvenDowideit - 04 Apr 2007
Peter, how did this go?
--
SvenDowideit - 24 Apr 2007
No solution yet.
--
PeterThoeny - 25 Apr 2007