Background
I need to host some files on our CDN (edgecast) which will be available over HTTPS. I would usually accomplish this by using the provided CDN url, i.e. https://wav22.233d.edgecast.com/...
.
The Problem
I recently tried to use a CNAME e.x.cdn.somesite.com
so instead of using an ugly URL I could use a sub domain of the current site. I have tried to set this up but keep getting a certificate error as the certificate seems to only be issued to the *.somesite.com
url and not the edgecast CDN url its resolving too.
I have tried to contact edgecast but they have been disgustingly slow at responding. Maybe if I bought an SSL certificate for the edgecast domain name from them, but then I figured it would invalidate due to the CNAME that was pointing too it.