Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed
go to https://curl.haxx.se/docs/caextract.html
https://curl.haxx.se/ca/cacert.pem in /etc/ in chroot
add this into php-fpm profiles
php_admin_value[curl.cainfo] = /etc/cacert.pem
php_admin_value[openssl.cafile] = /etc/cacert.pem
also for chrooted instances:
libnss_dnslibs from here/usr/lib/x86_64-linux-gnu/to your/libchrooted folder with symlinks (edit them btw to let correct point)hosts,resolve.conffrom/etcto your/etcchroot folder