Notifications
You’re not receiving notifications from this thread.
How to add ssl to the CDN of AWS
Hi so I have a rails app with ssl from godadddy with a wildcard for subdomain. Now I move my assets to use CDN, but I need to use the ssl so all my subdomain use the assets with out getting CORS policy errors.
If I'm correct you can a get ssl for cloudfront here. But it comes at a hefty price tag of $600.
The other option is to simply use the cloudfront url for this which by default goes over https.
I got it working. I need it to use ssl with a wildcard for subdomain for the assets. Now im using cdn.mysite.com with dns and works great.