[wp-meta] [Making WordPress.org] #5941: Trac queries redirect through HTTP instead of HTTPS

Making WordPress.org noreply at wordpress.org
Thu Nov 4 01:05:59 UTC 2021


#5941: Trac queries redirect through HTTP instead of HTTPS
--------------------+---------------------
 Reporter:  pento   |       Owner:  (none)
     Type:  defect  |      Status:  new
 Priority:  normal  |   Milestone:
Component:  Trac    |  Resolution:
 Keywords:          |
--------------------+---------------------

Comment (by dd32):

 I think this is because Trac isn't the server handling SSL, that's nginx
 in front of it. [https://trac.edgewall.org/wiki/TracIni The Trac.ini
 documentation] suggests setting certain options to ensure that in proxied
 locations that the proper URL is used.. which we have set..
 {{{
 [project]
 url = https://meta.trac.wordpress.org/

 [trac]
 base_url = https://meta.trac.wordpress.org/
 }}}

 I have also confirmed this on my own Trac test install, which also has SSL
 handled at a proxy layer.. so this looks like an upstream bug in Trac to
 me.

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/5941#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list