by shigemk2

当面は技術的なことしか書かない

did you forget to enable it when you configured PHP

実行してた。

  • ubuntu 17.10
  • php7.18
PHP Fatal error:  Uncaught Google\Cloud\Core\Exception\ServiceException: Error creating resource: [message] fopen(https://www.googleapis.com/oauth2/v4/token): failed to open stream: Unable to find the socket transport "http" - did you forget to enable it when you configured PHP?

opensslだと思った??

$ php -m | grep -i openssl
openssl

残念、プロキシーでした!(ubuntuだからextension=php_openssl.dllをコメントアウトしてもだめだよ!)