Modify ↓
Opened 13 years ago
Closed 12 years ago
#10448 closed defect (invalid)
Version control admin panel Refresh button doesn't honor https
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control | Version: | 0.13dev |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
This is a fairly fresh environment, with no repositories configured.
Steps to reproduce:
- load a Trac environment on a https server
- this environment should not be reachable by http
- go to Admin
- go to Version Control/Repositories
- make sure there are no repositories configured (haven't tested with repositories, result is probably be the same)
- press Refresh
If you have a http daemon listening, you should now be seeing a 404 error in your browser saying:
The requested URL /project/admin/versioncontrol/repository was not found on this server.
If no http daemon, then you should just get connection refused.
Attachments (0)
Change History (3)
comment:1 by , 13 years ago
comment:2 by , 12 years ago
I'm pretty sure this was a reverse proxy thing and up to TracIni#trac-section + use_base_url_for_redirect
. I'd say safe to close as invalid.
comment:3 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Probably an InstallationIssue… Which server? Is there a reverse proxy? Which 0.13dev version (with or without r10854)? What were the HTTP headers, sent and received of the two requests (just before and just after the refresh)?