Hi, On Jun 5, 8:29 am, "Michael Schmarck" <[EMAIL PROTECTED]> wrote:
> > > * Can't do SSL. This is a big one if you don't want to be sending > > passwords in plain text. > > I don't care about that. There are much more important applications > around here, which are way worse from a security point of view, > compared to Trac. Sending Trac/SVN passwords in our LAN > unencrypted is the least of my problems :) I've setup tracd with SSL using stunnel [stunnel.org] in a small corporate environment (around 10 developers). The stunnel listens directly on 431 and passes all requests to a tracd daemon listening on some high port in localhost only. This setup is pretty simple and gives you SSL with tracd. There is a good documentation on how to do it in the Trac wiki. Regards, Guy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
