Using Redirect for an SSL CDN to have a Custom Domain

Posted by bendytree on Server Fault See other posts from Server Fault or by bendytree
Published on 2012-10-12T14:42:12Z Indexed on 2012/10/12 15:39 UTC
Read the original article Hit count: 136

Filed under:
|
|

We're looking to move our website/app assets to a CDN. The problem is, our CDN doesn't offer custom domain names with SSL. In other words, for SSL they offer https://1234.cdn.hostingcompany.com but not https://assets.mysite.com.

So this seems like a huge problem since I don't want to re-publish my app with their domain hard coded.

So I read somewhere about a method where you send people to https://assets.mysite.com then redirect to https://1234.cdn.hostingcompany.com.

Is there merit to that solution or would that completely defeat the purpose of the CDN.

© Server Fault or respective owner

Related posts about dns

Related posts about ssl