注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:140... Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed in xxxxx というエラーが表示されます。 証明書入れてくれよと思うのですが、導入できない時もあります。その場合は、optionを付与することで回避できます。 $url = "https://xxxxxx"; $options['ssl']['verify_peer']=false; $options['ssl']['verify_peer_name']=false; $response = file_get_contents($url, false,
2018/06/18 リンク