I'm running tracd (from Debian testing) on port 8080 and lighttpd serving https. Lighttpd is configured as a proxy for tracd - which works fine:
https://trac.vistabella.de/annot/ proxy.debug = 0 $HTTP["host"] =~ "(trac|svn).vistabella.de" { proxy.server = ("/" => (( "host" => "127.0.0.1", "port" => 8080))) } However, I cannot login to become an authenticated user. My browser complains: Safari can't open the page "http://trac.vistabella.de/annot" because it could not connect to the server "trac.vistabella.de". This is correct, since it should connect using https. Is there a way to make trac aware of the fact that it is behind a https proxy? -- Christian _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
