I have a wildcard SSL for my website, but I'm getting a strange error in my web browser(s).
You attempted to reach app.dev.mysite.com, but instead you actually reached a server identifying itself as *.mysite.com.
(This is what Chrome tells me is going on)
I don't understand this error. I thought wildcard SSLs meant that it would work on any subdomain of my site? How the heck does app.dev.mysite.com
not match *.mysite.com
?
Oddly enough, app.mysite.com
works just fine with this SSL. What is going on here? Is there an apache setting for this?
P.S. My domain/SSL is through GoDaddy.
You would need another ssl certificate for *.dev.mysite.com per http://www.ietf.org/rfc/rfc2818.txt
Section 3.1