Modify ↓
Opened 18 years ago
Closed 18 years ago
#3917 closed defect (duplicate)
HTTPS seems to redirect to HTTP after editting a wiki page
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.10 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I've got Trac running under HTTP on port 445 (yes non-standard port). It all seems to work beautifully from what I've tested except when I edit a wiki page. I make the edit, then click the Save button and I appear at a 404 page because Trac has redirected to a HTTP protocol not HTTPS. When changing the HTTP:// to a HTTPS:// I do see my changes however. Is this something I've set up wrongly or is it a Trac bug?
Regards,
Chris
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Apologies, see #3208.
SetEnv HTTPS 1
It's because I'm running over CGI I think.