@amj has reported an issue:
failed to open stream: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
To repro this code, try:
<?php file_get_contents("https://ysul.nasqueron.org/");
@amj has reported an issue:
failed to open stream: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
To repro this code, try:
<?php file_get_contents("https://ysul.nasqueron.org/");
Currently, ssl transport is available. Not sure since when, but probably at least during PHP 7 installation.