#SSL3

***PHP5.6.x SSL3_GET_SERVER_CERTIFICATE:certificate verify failed 解决方案

centos:在php.ini中增加一行1openssl.cafile=/etc/pki/tls/certs/ca-bundle.crt  重启服务器使修改生效...