中文字幕亚洲一区,69久久久久精品9999不卡片,亚洲国产日韩欧美在线看片,国产精品久久久久久久久岛国

龍巖易富通網絡科技有限公司

龍巖小程序開發,龍巖分銷系統

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

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

出現這種一般是是訪問https的地址,ssl驗證訪問導致的


$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 );


贊 (

發表評論