tpyo / amazon-s3-php-class

A standalone Amazon S3 (REST) client for PHP 5/CURL
1.03k stars 503 forks source link

added code to deal with bucket names that have a period in them with ssl #104

Closed giblfiz closed 9 years ago

giblfiz commented 9 years ago

libcurl3 was updated and now get's upset if an SSL connection is made to a bucked with a "." in the name. (I.E. it doesn't want to automatically extend SSL authentication down to sub-domains anymore)

This resolves the problem.

jbgo commented 9 years ago

@tpyo any interest in merging this? I'm experiencing the same issue.

jbgo commented 9 years ago

@tpyo thank you!