WordPress.org

Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#7561 closed defect (bug) (fixed)

User option to force SSL

Reported by: ryan Owned by: anonymous
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)

7561.diff (2.1 KB) - added by ryan 5 years ago.

Download all attachments as: .zip

Change History (5)

ryan5 years ago

comment:1 ryan5 years ago

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.

comment:2 ryan5 years ago

(In [8701]) Option to force SSL. see #7561

comment:3 ryan5 years ago

(In [8730]) Do secure redirect only for admin destinations. see #7561

comment:4 ryan5 years ago

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.