As a bit of bump, this would be very useful for me and other people using Amazon (and similar services) as a content delivery network for apps.
The way Amazon’s CloudFront service works is that you load images or content by making an in-app connection to cdn.example.com, which may be a DNS alias for drj6nl5tupx60.cloudfront.net (not an actual AWS hostname). Amazon will generate a cache hit or miss and, if not cached, connect to your example.com servers.
The ideal way to do this is to generate an SSL certificate for the CloudFront distribution, but Amazon charges you $7,200 per year for that privilege: http://aws.amazon.com/cloudfront/pricing/
So if you want to load images from cdn.example.com via SSL without giving Amazon $7,200 a year, there will be an invalid certificate chain error.
This is a clear case where it would be useful for Corona SDK to support bypassing certificate checks for use in real-world production environments. Any idea when it will happen?