loggerhead always generates http urls, even if server.webpath is https
Bug #527330 reported by
Kirill Krasnov
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
loggerhead |
Triaged
|
Low
|
Unassigned | ||
loggerhead-breezy |
Triaged
|
Low
|
Unassigned |
Bug Description
I have apache server, which work through standard https protocol.
I install loggerhead to work via proxy localhost 8080
ProxyPass /bzr/ http://
ProxyPassReverse /bzr/ http://
config
server.webpath = 'https:/
And I see all repos, see branchs, but If I try open source of top folders, I can't do this, because all links are throught http, not https.
summary: |
- loggerhead not work thought https + loggerhead not work through https |
description: | updated |
summary: |
- loggerhead not work through https + loggerhead does not work through https |
summary: |
- loggerhead does not work through https + loggerhead always generates http urls, even if server.webpath is https |
Changed in loggerhead: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in loggerhead-breezy: | |
status: | New → Triaged |
importance: | Undecided → Low |
To post a comment you must log in.
Try WSGI (or FastCGI) instead of proxy.