This fixes issue #8 by also shipping the resources/ folder.
Comparing with the other suggested solution (set curl.cainfo in /etc/php.d/20-curl.ini to /etc/pki/tls/certs/ca-bundle.crt), I personally prefer shipping the resources/ folder, since this is more local to libphutil, and also it is suggested that a custom.pem could be placed in the resources/ssl/ folder to work with special cases.
This fixes issue #8 by also shipping the
resources/folder.Comparing with the other suggested solution (set
curl.cainfoin/etc/php.d/20-curl.inito/etc/pki/tls/certs/ca-bundle.crt), I personally prefer shipping theresources/folder, since this is more local tolibphutil, and also it is suggested that acustom.pemcould be placed in theresources/ssl/folder to work with special cases.