Opened 9 years ago
Closed 9 years ago
#2673 closed defect (bug) (fixed)
Trac: plugins.trac.wordpress.org should redirect to SSL URL
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Trac | Keywords: | |
| Cc: |
Description
Background: Slack discussion.
- Open http://plugins.trac.wordpress.org/ (non-SSL URL) in a browser you've never opened the SSL URL with.
- You'll see an Apache index page instead of the Trac home page.
https://plugins.trac.wordpress.org/ works as expected. Other Trac instances perform a redirect from http:// to https://, plugins.trac.wordpress.org appears to be the only the one that doesn't.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Looks like http://plugins.trac.wordpress.org/ is using Apache, so a HTTP to HTTPS redirect in the .htaccess file should do the job.