Skip to content

Conversation

@giblfiz
Copy link

@giblfiz giblfiz commented Feb 17, 2015

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
Copy link

jbgo commented Mar 17, 2015

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

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might I recommend matching the style of the rest of this method?

if (S3::$useSSL && strstr($bucket, '.') !== false) return false;

@tpyo tpyo closed this in f363dd4 Mar 17, 2015
@jbgo
Copy link

jbgo commented Mar 17, 2015

@tpyo thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants