I have a stanza in place for our main website URL with SSL configured which works fine. I want to redirect some of our other sites with a variation in the URL/ name to this main site and use HTTPS.
The redirect works in as much as the site loads however it does not load in SSL. I'm guessing this is related to the fact that the certificate for the main site does not include a SAN in the cert for the redirected domain, but I wanted to confirm I have the correct configuration before drawing this conclusion.
For example the main site is called www.site1.com and site two is www.site-2.com. I have attached the config for and curl -IL -v output for reference.
The redirect works in as much as the site loads however it does not load in SSL. I'm guessing this is related to the fact that the certificate for the main site does not include a SAN in the cert for the redirected domain, but I wanted to confirm I have the correct configuration before drawing this conclusion.
For example the main site is called www.site1.com and site two is www.site-2.com. I have attached the config for and curl -IL -v output for reference.