Modify ↓
Opened 21 years ago
Closed 18 years ago
#268 closed enhancement (wontfix)
https support for tracd
Reported by: | Jonas Borgström | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | web frontend/tracd | Version: | 0.6.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
It would be nice with some integrated https-support in tracd.
Until then users can use sslwrap or similar to achieve the same result.
Note: trac.cgi works just fine with https-configured web-servers.
Attachments (0)
Change History (6)
comment:1 by , 21 years ago
Milestone: | 0.7 → 0.8 |
---|
comment:2 by , 21 years ago
Priority: | normal → low |
---|
comment:3 by , 20 years ago
Description: | modified (diff) |
---|---|
Milestone: | 0.8 → 0.9 |
comment:4 by , 20 years ago
Milestone: | 0.9 |
---|---|
Severity: | normal → enhancement |
comment:5 by , 18 years ago
Keywords: | needinfo added |
---|
comment:6 by , 18 years ago
Keywords: | needinfo removed |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Since Python doesn't include SSL support for BaseHTTPServer one of the proxy methods should be used with tracd. Using STunnel is documented in STunnelTracd.
Note:
See TracTickets
for help on using tickets.
Replying to jonas:
Is there a standard way to do this with the
BaseHTTPServer
module? Is this still a goal, or can we close as wontfix and just provide directions for setting up sslwrap, or proxying tracd through a server that supports ssl?