Unable to find the wrapper "https"错误的解决办法
程序员文章站
2022-05-16 10:28:32
...
做手机号码查询功能时用到file_get_contents出现错误:
Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP?
这个错误分3种解决方案:
- 1.windows下的PHP,只需要到php.ini中把extension=php_openssl.dll前面的;删掉,重启服务就可以了。
- 2.linux下的PHP,就必须安装openssl模块,安装好了以后就可以访问了。
- 3.如果服务器你不能修改配置的话,那么就使用curl函数来替代file_get_contents函数,当然不是简单的替换啊。还有相应的参数配置才能正常使用curl函数。
以上就介绍了Unable to find the wrapper "https"错误的解决办法,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。
上一篇: MMS 主机监控操作(17)
推荐阅读
-
AndroidStudio构建项目提示错误信息“unable to find valid certification”的完美解决方案
-
更改linux软件源产生的Unable to locate package错误解决办法
-
git中的SSL certificate problem: unable to get local issuer certificate错误的解决办法
-
unable to find valid certification path to requested target 的简单解决办法
-
Unable to find ‘struts.multipart.saveDir’ Struts2上传文件错误的解决方法
-
Unable to find ‘struts.multipart.saveDir’ Struts2上传文件错误的解决方法
-
file_get_contents获取https出现这个错误Unable to find the wrapper “https” – did
-
AndroidStudio构建项目提示错误信息“unable to find valid certification”的完美解决方案
-
Unable to find the wrapper "https"错误的解决办法
-
Unable to find the wrapper "https"错误的解决办法