I've got a site we just moved to SSL using SNI and have some odd behavior going on.
If you make a browser request VIA HTTPS - the browser will not load all the resources, external fonts, css and js that are not explicitly linked via HTTPS.
I can change links to a protocol-less scheme, change the base href, force all SSL connections - no problem. that is not my issue.
What I would like to know is:
Is this normal behavior for an SNI hosted site? Normally I would expect the browser to load all resources anyway and just give a non-secured content error. Using a browser inspector I can see that the browser is not loading scripts etc at all.
-thanks -sean