摘要: 环境:CentOS6.4、PHP5.2 当使用curl调用https域名的时候,访问是没问题的(curl需要安装https模块),但是通过程序调用的时候,会发生500或者502现象,调用代码: curl_setopt($ch, CURLOPT_URL, 'https://www.baidu.com' 阅读全文
posted @ 2018-11-23 11:34 ldayang 阅读(738) 评论(0) 推荐(0)