搜尋

首頁  >  問答  >  主體

php - guzzlehttp/guzzle 錯誤

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 函式庫
完美解決

phpcn_u1582phpcn_u15822753 天前955

全部回覆(1)我來回復

  • 漂亮男人

    漂亮男人2017-05-16 13:12:14

    估計是你的 DNS 問題,
    改一下你虛擬機器的 DNS 吧,使用 alidns, 223.5.5.5

    回覆
    0
  • 取消回覆