#3208: Multirepository on https redirect to http
-------------------------------+--------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  jonas
     Type:  defect             |       Status:  new  
 Priority:  normal             |    Milestone:  0.9.6
Component:  general            |      Version:  0.9.5
 Severity:  normal             |   Resolution:       
 Keywords:                     |  
-------------------------------+--------------------------------------------
Comment (by Ilia Kantor):

 Trac learns that its using https by checking HTTPS env.
 Actually, it is set by mod_ssl, but AFTER trac already finished.
 So it sets scheme to http and uses it to make urls.

 The right fix would be to use "SetEnv HTTPS 1" in your CGI config or
 another setting of same kind in another config,
 so trac will read it and be happy.

 PS. bug exists at 0.10

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/3208>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to