Hi all,
I have 2 subdomains: sub1.domain.tld and sub2.domain.tld. subs2 is an alias(CNAME) of sub1. sub1 is http only while sub2 is https enabled.
When browsing https://sub2.domain.tld, wp tries to load resources(css,js,img, etc...) from https://sub1.domain.tld but sub1 is http only so resources can't be loaded.
Is there a workaround? Thanks for the help.