A quick technical note: I ran into the same issue as Rob Allen did. Using his solution I came to understand the problem, but contrary to Rob, I was using an Ubuntu system in a Vagrant-box. The solution is the same, the path is different. In your php.ini, you add/update the openssl.cafile parameter: openssl.cafile=/etc/ssl/certs/ca-certificates.crt Don’t…