Opened 5 years ago
Closed 5 years ago
#7561 closed defect (bug) (fixed)
User option to force SSL
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Add a user option for forcing use of SSL. This is for situations where SSL admin is not enforced on a blog level, but an individual wants to force SSL for himself. This is probably not a common situation for regular WP blogs but could be for multiple blog and WPMU setups.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Patch checks 'use_ssl' user option. No UI is provided. If we provide UI, it should only be presented when is_ssl() so that users can't lock themselves out of the admin if they don't actually have https support. It might be safest to leave UI to a plugin that an administrator who knows the server setup can install.