Posts tagged as:

ssl

Use ELB to Serve Multiple SSL Domains on One EC2 Instance

December 24, 2009

This is one of the coolest uses of Amazon’s ELB I’ve seen yet. Check out James Elwood’s article. You may know that you can’t serve more than one SSL-enabled domain on a single EC2 instance. Okay, you can but only via a wildcard certificate (limited) or a multi-domain certificate (hard to maintain). So you really [...]

1 comment Read the full article →

Amazon S3 Gotcha: Using Virtual Host URLs with HTTPS

August 18, 2009

Amazon S3 is a great place to store static content for your web site. If the content is sensitive you’ll want to prevent the content from being visible while in transit from the S3 servers to the client. The standard way to secure the content during transfer is by https – simply request the content [...]

2 comments Read the full article →