본문 바로가기

Study/ETC

Web PHP file_get_contents() 에러

[ Web PHP file_get_contents() 에러 ]


# 에러 내용 

A PHP Error was encountered

Severity: Warning

Message: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed


# 해결 방법 1

php.ini 에서 'allow_url_open' 를 On 으로 바꾸어준다. 


# 해결 방법 2

openssl 설치가 되어있는지 확인 후, 설치가 안 된 경우 설치하기 !