首页
留言板
友情链接
Search
1
【javascript】JS-向当前url追加参数
2,187 阅读
2
【PHP】生成随机昵称
2,053 阅读
3
【PHP】判断一个字符串是否属于序列化后的数据
1,952 阅读
4
【css】html+css给文章页,做阅读全文
1,838 阅读
5
【PHP】 设计模式(23种)
1,744 阅读
默认分类
typecho
代码改变世界
mysql
Winform
go
设计模式
PHP
python
nginx
网络安全
文艺范
Search
标签搜索
php
typecho
代码注释
mysql
redis
golang
docker
html
linux
nginx
go
mamp
laravel
跨域
http
rsa
curl
sql
酒
godoc
依然范儿特西
累计撰写
103
篇文章
累计收到
25
条评论
首页
栏目
默认分类
typecho
代码改变世界
mysql
Winform
go
设计模式
PHP
python
nginx
网络安全
文艺范
页面
留言板
友情链接
搜索到
1
篇与
curl
的结果
2021-06-28
【PHP】cURL error 60: SSL certificate unable to get local issuer certificate
导致该问题的原因在于没有配置curl.cainfo,该配置位于php.ini中解决方案:1 下载cacert.pemhttps://curl.haxx.se/ca/cacert.pem2 配置 php.ini[curl] ; A default value for the CURLOPT_CAINFO option. This is required to be an ; absolute path. curl.cainfo = 【你的绝对路径】记得重启php
2021年06月28日
93 阅读
0 评论
1 点赞