qoobaa / s3

Library for accessing S3 objects and buckets, supports EU and US buckets
MIT License
258 stars 112 forks source link

SSL services shouldn't use vhost. #87

Closed pier-oliviert closed 10 years ago

pier-oliviert commented 10 years ago

At least chrome won't show content of from S3 through SSL if the url uses a vhost since the certificate is a wildcard (*.s3.amazon.com). Instead, SSL'ed service should just use the normal host to make sure no warning are raised.

Tests have been modified to include this change

qoobaa commented 10 years ago

Thank you.