After upgrade to EA4 PHP function file_get_contents don't work with HTTPS
file_get_contents(h/tps://www.domain.com/) timed out
but if I try to use file_get_contents (h/ttp://www.domain.com) ( or curl with HTTPS) it works
EasyApache 4 with Apache 2.4 ITK, PHP5.4
file_get_contents(h/tps://www.domain.com/) timed out
but if I try to use file_get_contents (h/ttp://www.domain.com) ( or curl with HTTPS) it works
EasyApache 4 with Apache 2.4 ITK, PHP5.4
Last edited by a moderator: