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

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

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

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

出現(xiàn)這種一般是是訪問https的地址,ssl驗證訪問導(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ā)表評論