Home > php教程 > php手册 > body text

curl: (35) error:14077438:SSL routines:SSL23_GET_S

WBOY
Release: 2016-06-06 20:13:19
Original
3055 people have browsed it

当使用php的扩展模块curl抓取某些https类站点数据时,php莫名的没有数据返回! 回到curl命令本身,测试发现报错 curl https://www.heshidai.com curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error 解决方案,指定S

当使用php的扩展模块curl抓取某些https类站点数据时,php莫名的没有数据返回!

回到curl命令本身,测试发现报错

curl https://www.heshidai.com
curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

解决方案,指定SSL的版本即可校验即可!
curl https://www.heshidai.com –sslv3

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!