php file_get_contents让我们的加密无法打开网址

时间:2017-03-07 09:23:32

标签: php ssl encryption

我有问题代码php file_get_contents open URL有ssl让我们加密

$arrContextOptions = array(
    "ssl" => array(
        "verify_peer" => false,
        "verify_peer_name" => false,
    ),
);
echo file_get_contents($url, false, stream_context_create($arrContextOptions)); 

结果:

  

警告:file_get_contents():SSL:通过对等方重置连接   第8行的/var/www/vhosts/com/test.php

     

警告:file_get_contents():无法启用加密   第8行的/var/www/vhosts/com/test.php

     

警告:file_get_contents(url):无法打开流:操作   在第8行的/var/www/vhosts/com/test.php中失败

但可以打开任何ssl url而不使用Let's Encrypt

0 个答案:

没有答案