file_get_contents(): ssl: handshake timed out
2021. 3. 11. 11:01ㆍPHP
728x90
/* file_get_contents(): ssl: handshake timed out */
$arrContextOptions=array(
"ssl"=>array(
"verify_peer"=>false,
"verify_peer_name"=>false,
),
);
file_get_contents($url, false, stream_context_create($arrContextOptions));
728x90
반응형
'PHP' 카테고리의 다른 글
PHP 구글 번역 API + PhpSpreadsheet 엑셀 파일 읽기 쓰기 (0) | 2022.04.08 |
---|---|
윈도우10 APM 설치 (0) | 2022.04.07 |
A non well formed numeric value encountered (0) | 2021.03.11 |
html to pdf php library (0) | 2021.02.19 |
vscode xdebug 설정 spawn php ENOENT 에러 해결 (0) | 2021.01.28 |