On Wed, Dec 9, 2009 at 2:45 PM, Stephan Beal <[email protected]> wrote: > Were you perhaps logged in to your repo when you made it read-only? Perhaps > fossil now cannot erase your login credentials? Try making it read/write, > logging out, then making it read-only???
Thanks for the guess, but that wasn't the issue. The output of this url: http://tkoutline.sourceforge.net/cgi-bin/fossil/test_env shows the REMOTE_ADDR env variable is being passed into fossil as 127.0.0.1. So it thought every connection was coming from localhost. I fixed it by enabling the setting that forces authentication even for localhost. Brian _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

