Home > php教程 > php手册 > curl: (35) error:14077438:SSL routines:SSL23_GET_S

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 20:13:19
Original
3154 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
Latest Issues
curl simulated login
From 1970-01-01 08:00:00
0
0
0
Convert cURL command line to PHP cURL code
From 1970-01-01 08:00:00
0
0
0
Convert command line cURL to PHP cURL
From 1970-01-01 08:00:00
0
0
0
How to set boolean value true in php curl
From 1970-01-01 08:00:00
0
0
0
Please tell me, php curl request page shows blank
From 1970-01-01 08:00:00
0
0
0
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template