#8269 closed feature request (invalid)
Support SSL with different domain names, and sharing SSL domain
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | high | |
| Severity: | major | Version: | 2.6.1 |
| Component: | Security | Keywords: | SSL needs-patch |
| Focuses: | Cc: |
Description
Admin-SSL supports different prefices for secure and insecure access.
For instance, all logged-in / wp-admin access for <http://www.extrapepperoni.com/> is under <https://secure.reppep.com/ep/>, and all admin access for <http://www.mscrochety.com/> is under <https://secure.reppep.com/mscrochety/>.
First, WordPress' built-in SSL features should support this configuration. It's not clear, but appears that the HTTP & HTTPS URLs must be the same, except the scheme, which prevents clean SSL for sites without an IP for each blog.
Second, WordPress MU should support this as well. Admin-SSL's WordPress MU support lacks the "Shared SSL" capability available for non-MU WordPress.
Change History (7)
#1
@
17 years ago
- Keywords needs-patch added; Security MU removed
- Type changed from enhancement to feature request
#2
@
17 years ago
I'm happy to offer assistance for the coding of this feature - my experience re-writing Admin SSL tells me it is not easy getting WordPress to work like this.
BCG
This would require a change to the way that
SITE_URLandHOME_URLworks, and would probably need a newSECURE_URLoption in the database, as well as constant, and ability to set the location in the administration panel.