Bug #9735
closedLogged-in subdomain view of mapped sites can have SSL errors on assets
0%
Description
If you visit a mapped domain as a logged in user, under the subdomain URL - eg https://newlaborforum.commons.gc.cuny.edu/ - some assets don't load properly because of SSL issues. For example, the header image in the attached screenshot tries to load from https://newlaborforum.cuny.edu..., which is not available under SSL. I assume this is because of some is_ssl() checks, either in the theme or in core functions like wp_get_attachment_url().
Ray, could I ask you to have a look to see if there's a quick fix or workaround? It's not worth a ton of effort, since (a) these pages will rarely be seen like this (only admins will see it) and (b) it's likely we'll have SSL for these sites in the short to medium term because of Lihua's letsencrypt work. But if there's something relatively easy we can do - eg in the SSL functions in wp-content/mu-plugins/cac-functions.php - it may be worth looking at.
Files
Related issues