PHP SSL operation failed with code 1. And more 错误的解决方案
在使用例如file_get_contents这样的函数读取https的资源的时候,遇到这个报错信息首先确认加载了openssl模块并且allow_url_fopen是打开状态这种时候有两种方案第一种简单粗暴的跳过ssl认证array("verify_peer"=>false,"verify_peer_name"=>false,),);$response=file_get_contents("htt