Is there a way of using HTTPS with Amazon's CloudFront CDN and CNAMEs?
- by Metalshark
We use Amazon's CloudFront CDN with custom CNAMEs hanging under the main domain (static1.example.com). Although we can break this uniform appearance and use the original whatever123wigglyw00.cloudfront.net URLs to utilise HTTPS, is there another way?
Do Amazon or any other similar provider offer HTTPS CDN hosting?
Is TLS and its selective encryption available for use somewhere (SNI: Server Name Indication)?
Foot note: assuming that the answer is no, but just in the hope someone knows.
EDIT: Now using Google App Engine https://developers.google.com/appengine/docs/ssl for CDN hosting with SSL support.