does anyone know if its possible to serve with cloudfront over https with your own certificate while using your own CNAME? i can't even find a way to set up my own SSL cert over S3... so im not sure if this is even possible.

UPDATE: if someone is interested in an update about this issue - maxcdn.com offers to host your SSL cert on your domain for only $59 flat fee a month.

it's not amazon but it even supports pulling from your server and hosting forever or if you send a cache control header for whatever time you specify until it fetches the original url again.

the whole offer is pretty neat. :D

link|improve this question

feedback

2 Answers

up vote 11 down vote accepted

I looked into this extensively, and no, currently it's not possible to use HTTPS with CNAMEs unless you're able to ignore cert name mismatches on the client side. HTTPS works with "simple" bucket names, but CNAMEs only work with bucket names that are fully-qualified domains.

AWS is always adding new features, so I can see them being able to serve up custom certificates at some point, but there's no support for that yet.

See: Amazon S3 - HTTPS/SSL - Is it possible?

link|improve this answer
feedback

I am resurrecting this because Amazon is running a survey (as of this writing) which asks customers on feedback for their produce roadmap.

See the post on this survey being available: https://forums.aws.amazon.com/thread.jspa?threadID=26488&tstart=30

and the direct survey link: http://aws.qualtrics.com/SE/?SID=SV_9yvAN5PK8abJIFK

I think it is worth the time to provide them feedback about making CNAME + SSL a supported feature.

link|improve this answer
Nice find, thanks! – Tim Sylvester Sep 1 '11 at 17:36
survey completed. CNAME + SSL highlighted as my most important requested feature. Hope others can do this too. – William Denniss Oct 27 '11 at 14:48
check out my update ;) – Tobias Nov 10 '11 at 4:34
1  
Done the survey too. Good spot. – Matthew O'Riordan Feb 21 at 15:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.