Modify ↓
Opened 16 years ago
Closed 16 years ago
#8022 closed defect (duplicate)
SSL doesn't work with RSS
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | web frontend | Version: | none |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
RSS readers see the unauthorized page and don't authenticate via HTTP basic auth. Can you force the RSS URL to request authorization?
Also, the login link redirects to plain HTTP.
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Component: | general → web frontend |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
This is a duplicate of #540.
Also: please take care to report the trac version you're using when you submit a bug.
Note:
See TracTickets
for help on using tickets.
Replying to anonymous:
Apply authentication rules to the project "root" URL (
<Location "/project">
instead of<Location "/project/login">
). However this prevents "anonymous" access to the whole project.Have you defined
base_url
intrac.ini
?