linux php curl_errno($ch)

WBOY
Release: 2016-06-23 13:24:31
Original
942 people have browsed it

在windows上运行没有问题 ,在linux上运行  curl_errno($ch)  返回值为1 ,请问这个问题什么情况

curl_errno($ch) 
CURLE_UNSUPPORTED_PROTOCOL (1) ? 您传送给 libcurl 的网址使用了此 libcurl 不支持的协议。 可能是您没有使用的编译时选项造成了这种情况(可能是协议字符串拼写有误,或没有指定协议 libcurl 代码)。


回复讨论(解决方案)

yes 都多些

安装新版本看看。

yes 都多些


我也发现了,可能是ssl没有打开的原因,我把windows 上的info打开看了,对比了一下,应该是这个原因。因为我现在做微信菜单的生成,会发送一个微信的https地址,它应该有一个证书验证,需要打开ssl,在网上查好像还要安装一个openssl的东西,不过我对linux系统还不熟悉。

此问题已经解决了,确实是ssl没有打开造成的,谢谢各位

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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template