I bought a URL from GoDaddy that came with a free SSL certificate.
Installed it to Apache no problem (on CentOS) and it works great, until I try and set up a subdomain. The subdomains are pointing to the server it seems but they are hitting a HSTS error and being forced into HTTPS instead of allowing me to use HTTP until I get a wildcard certificate.
I cant find anything in my Apache config or .htaccess that is forcing SSL and another domain without SSL pointing at the same server and code base loads fine through both main url and sub domains.
Am I missing something very obvious to check in my configs or is it possible GoDaddy can force the traffic to be SSL protected before it even gets to me?