欧美精品亚洲精品日韩经典,午夜秒播,国产福利精品一区二区,亚洲国产成人精品久久,亚洲免费专区,国产精品国产三级国产a,日韩福利网站

龍巖易富通網(wǎng)絡(luò )科技有限公司

龍巖小程序開(kāi)發(fā),龍巖分銷(xiāo)系統

file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL

2021.04.01 | 2116閱讀 | 0條評論 | php

出現這種一般是是訪(fǎng)問(wèn)https的地址,ssl驗證訪(fǎng)問(wèn)導致的


$opts = array ('ssl' => array ('verify_peer' => false,'verify_peer_name' => false ),'http' => array ('method' => 'POST','header' => 'Content-type:application/x-www-form-urlencoded;charset=utf-8','content' => urldecode ( $postdata ) ) );

$context = stream_context_create ( $opts );

$result = file_get_contents ( $url, false, $context );


贊 (

發(fā)表評論