转自博客园https://www.cnblogs.com/devcjq/articles/9250800.html
第一种,也是最常见的,参考:https://jingyan.baidu.com/article/72ee561a54af56e16038df60.html
打开php.ini文件,extension=php_openssl.dll去掉前面的分号,allow_url_include = off改为allow_url_include = On,然后重启服务就可以了。
第二种,在国内比较少见,我也是偶然的机会在国外网站发现了,参考:https://stackoverflow.com/questions/26148701/file-get-contents-ssl-operation-failed-with-code-1-and-more
文中代码是这样的:
1 2 3 4 5 6 7 8 9 10 11 | |
关键代码就是这行: "ssl"=>array
我电脑使用的是phpStudy,win7系统,两种方法结合使用,在本地测试通过,网页没有假死。