Multisite SSL Domain Mapping
-
I’m attempting to migrate a client site to SSL. I have certificates for both the client and a wildcard for my domain.
The site is setup on multisite as a subdomain.
client.foo.com
and mapped to the client’s domain
client.comThe certs for
*.foo.com
and
client.com
have been installed.Plugins aren’t working because some of the needed files are being loaded by links to the subdomain, for example:
https://client.foo.com/wp-content/plugins/contact-form-7/includes/css/styles.csshttps://client.foo.com is attempting to use the certificate for client.com and not for *.foo.com.
Anyone have suggestions on how to fix this? Looks like there are two possible solutions.
1. Force all plugins to use the mapped client.com domain to load dependent files rather than the original client.foo.com subdomain.
2. Make the subdomain pickup the wildcard certificate instead of the certificate for the mapped domain.
- The topic ‘Multisite SSL Domain Mapping’ is closed to new replies.