Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#7561 closed defect (bug) (fixed)

User option to force SSL

Reported by: ryan's profile ryan Owned by:
Milestone: 2.7 Priority: normal
Severity: normal Version:
Component: General Keywords:
Focuses: 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 17 years ago.

Download all attachments as: .zip

Change History (5)

@ryan
17 years ago

#1 @ryan
17 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.

#2 @ryan
17 years ago

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

#3 @ryan
17 years ago

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

#4 @ryan
17 years ago

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