cURL error 35: TLS connect error: error:0A000126:SSL routines::unexpected eof while reading

代码老兵 技术 11
用Guzzle抓取网页public function fetch(string $url): string { $client = new Client([ 'headers' => [ 'User-Agent' => 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Accept'...