travis-ci / travis-ci

Free continuous integration platform for GitHub projects.
https://travis-ci.org
8.42k stars 722 forks source link

openssl may be missing from PHP workers #1385

Closed simensen closed 11 years ago

simensen commented 11 years ago

Composer threw the following exception while trying to install packages:

[RuntimeException]
You must enable the openssl extension to download files via https

https://travis-ci.org/sculpin/sculpin/builds/10764804

roidrage commented 11 years ago

I think this only affects 5.3.3 specifically due to a lack of the SSL extensions not fully working there.

The other builds fail because the referenced tags can't be found.

Easiest would probably be to change your composer usage to have --prefer-source set to avoid using HTTPS.

joshk commented 11 years ago

Closing as this is specific to 5.3.3

We have a PHP update coming out shortly. If this problem persists please contact us and we will look into it again.