抓取網頁內容錯誤
抓取https://www.tecategroup.com/contact/distributors.php總是報錯error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure;使用?curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); // 信任任何證書
??????? curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); // 檢查證書中是否設置域名 還是報錯
2016-05-10
curl 對 https 有一個關閉 網站驗證的設置,你去看一看