Edgewall Software

Opened 18 years ago

Last modified 9 years ago

#2553 closed defect

tracd reverts to http:// after a POST even if stunnel is being used via a https:// url. — at Initial Version

Reported by: anonymous Owned by: Jonas Borgström
Priority: high Milestone: 0.10.5
Component: web frontend/tracd Version: devel
Severity: major Keywords: tracd https stunnel mod_proxy patch apache mod_python
Cc: jorge.vargas@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Running tracd through stunnel, I access trac via a https://url/trac.Everything works fine until I change something (confirm a wiki edit, adda new ticket, login, etc.) and the url forwards to http://url/tracinstead of https.To fix this, I changed the 'self.scheme = 'http in TracHTTPRequest instandalone.py to self.scheme='https'. But I imagine this shouldautodetect in some way.

Change History (0)

Note: See TracTickets for help on using tickets.