Fatal error: Uncaught GuzzleHttp\Exception\RequestException: cURL error 51: gnutls_handshake() warning: The server name sent was not recognized (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) in /home/vagrant/www/test/xxx/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:187
在我的阿里雲伺服器上運行正確,在我虛擬機器上運行如上,不知道哪個原因造成的
已解決,參考(http://blog.csdn.net/sgwhp/ar...),是php編譯的問題:
先sudo apt-get install libcurl4-openssl-dev
在重新編譯安裝php curl 函式庫
完美解決