Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTPS setting is not multisite-aware #209

Closed
iandunn opened this issue Aug 6, 2019 · 1 comment · Fixed by #557
Closed

HTTPS setting is not multisite-aware #209

iandunn opened this issue Aug 6, 2019 · 1 comment · Fixed by #557
Labels
enhancement New feature or request https

Comments

@iandunn
Copy link
Collaborator

iandunn commented Aug 6, 2019

Problem

In a Multisite network, it seems odd to show the HTTPS setting on individual sites. It seems like that'd be something that the network admin would often want to set globally.

Some networks will have cases where some sites have certs and some don't, though, so some kind of site-level setting is probably still needed.

Possible Solution

Maybe there should be a Network setting that lets super admins choose to redirect to HTTPS for: all sites, some sites, and never. Then, the setting would only show up on individual sites when some sites was chosen.

( The wording of those options is rough, and needs refinement )

@iandunn iandunn added enhancement New feature or request https labels Aug 6, 2019
@westonruter
Copy link
Collaborator

Good point. This is also important to consider for multisite with subdirectory sites. If the main site has HTTPS, then all sites under it should also be HTTPS.

For subdomain multisite configurations, there could be more flexibility to enable/disable HTTPS for a given site, regardless of whether the main network site is using HTTPS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request https
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants