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

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

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

2021.04.01 | 1671閱讀 | 0條評(píng)論 | php

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


$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ā)表評(píng)論