Robin Bowes wrote:
Hi,

I'm using trac with apache2 + mod_python

I'd like to configure secure logins, i.e.
https://robinbowes.com/projects/trilog/login instead of
http://robinbowes.com/projects/trilog/login

Is there some way to configure trac to do this, i.e. generate https URLs
rather than http for the login link? Or can it be done using apache
re-directs?

Check out http://trac-hacks.org/wiki/SecSessionPlugin

It locks an authenticated user into using https:// URLs while allowing
for anonymous browsing to happen via http.  It relies on an initial
redirect for the login page.

You're probably only looking for the apache redirect, but maybe you'll
find the secsession plugin helpful.

-John


_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to