Closed localgod closed 8 years ago
Sorry, but I won't be disabling verification.
Try this URL instead: curl -LSs https://box-project.github.io/box2/installer.php | php
should we make curl -LSs https://box-project.github.io/box2/installer.php | php
the default in all the docs? Its much better to use HTTPS when curling and executing scripts for obvious reasons.
I'm going to make it the default in Phinx.
I think we should.
I've updated some docs, but let me know if I missed any!
I got this problem too, but it's possible to configure "global" stream_default, so it's not a blocking issue.
See an exemple https://gist.github.com/ebuildy/381f116e9cd18216a69188ce0230708d
Running:
curl -LSs http://box-project.org/installer.php | php
This is likely the course: http://php.net/manual/en/migration56.openssl.php
and fixable with something like
as described here: http://stackoverflow.com/questions/26148701/file-get-contents-ssl-operation-failed-with-code-1-and-more