2018-11-17

SSLサイトをfile_get_contents()でエラー

単なる技術的メモです(^_^)

ちょっと古いPHPバージョン(5.1.6)のサーバからfile_get_contents()していた先のサーバがSSL化した事によるエラーあるあるでしょうか?

Warning: file_get_contents() [function.file-get-contents]: SSL: fatal protocol error in /…/… on line …
Warning: file_get_contents() [function.file-get-contents]: Failed to enable crypto in /…/… on line …
Warning: file_get_contents(https://…) [function.file-get-contents]: failed to open stream: Success in /…/… on line …
※…は動的に変わる部分

続きを読む SSLサイトをfile_get_contents()でエラー