搜索
首页后端开发PHP问题php curl 不支持https怎么办

php curl 不支持https怎么办

May 24, 2021 am 09:19 AM
curlphp

php curl不支持https的方法:1、重新编译安装新版本curl;2、重新编译安装php,然后查看phpinfo()页面,搜索curl,确定是否已经支持https协议即可。

php curl 不支持https怎么办

本文操作环境:Windows7系统、PHP7.1版,DELL G3电脑

解决php-curl不支持https问题

主要原因是因为之前安装的 curl 不支持 https 协议,导致 php-curl 也不支持 https 协议

#/server/app/services/bin/curl -V   查看curl 的版本号,和支持的协议

解决方法:

1> 重新编译安装新版本 curl

#cd /server/install/
#tar -xvf curl-7.37.0.tar.gz 
#cd curl-7.37.0
#./configure --prefix=/server/app/services
#make && make install
#/server/app/services/bin/curl -V   (查看是否支持https)

2> 重新编译安装 php ,具体参考 文件中,php 的编译部分

#cd /server/install/php-5.3.20
#make clean
#rm -f configure
#./buildconf --force
#./configure --prefix=/server/app/services/ --with-libxml-dir=/server/app/services/ --with-config-file-path=/server/app/services/ --enable-fastcgi --enable-force-cgi-redirect --with-curl=/server/app/services --enable-apc --enable-memcache --with-zlib-dir=/server/app/services/ --with-zlib --with-libmemcached-dir=/server/app/services/ --enable-memcached --enable-sockets --enable-fpm --enable-pdo  --enable-mysqlnd --with-pdo-mysql=mysqlnd --with-mysqli=mysqlnd --with-mysql=mysqlnd --with-openssl --with-freetype=/usr/local/freetype/ --enable-ftp  --enable-gd-native-ttf --enable-gd-jis-conv
#make
#make install
#reboot

查看 phpinfo() 页面,搜索 curl ,确定是否已经支持 https 协议

推荐学习:《PHP视频教程

以上是php curl 不支持https怎么办的详细内容。更多信息请关注PHP中文网其他相关文章!

声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn

热AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover

AI Clothes Remover

用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool

Undress AI Tool

免费脱衣服图片

Clothoff.io

Clothoff.io

AI脱衣机

Video Face Swap

Video Face Swap

使用我们完全免费的人工智能换脸工具轻松在任何视频中换脸!

热工具

记事本++7.3.1

记事本++7.3.1

好用且免费的代码编辑器

安全考试浏览器

安全考试浏览器

Safe Exam Browser是一个安全的浏览器环境,用于安全地进行在线考试。该软件将任何计算机变成一个安全的工作站。它控制对任何实用工具的访问,并防止学生使用未经授权的资源。

VSCode Windows 64位 下载

VSCode Windows 64位 下载

微软推出的免费、功能强大的一款IDE编辑器

WebStorm Mac版

WebStorm Mac版

好用的JavaScript开发工具

PhpStorm Mac 版本

PhpStorm Mac 版本

最新(2018.2.1 )专业的PHP集成开发工具