PHP 에러 메시지
file_get_contents() ssl operation failed with code 1. openssl
JS
$arrContextOptions=array(
"ssl"=>array(
"verify_peer"=>false, "verify_peer_name"=>false,
),
);
PHP
file_get_contents("url", false, stream_context_create($arrContextOptions));
참고들 하시구요. 도움들 되시길 바랍니다.