Page MenuHomeDevCentral

Enable SSL for PHP 7 on Ysul
Closed, ResolvedPublic

Description

@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/");

Event Timeline

dereckson removed dereckson as the assignee of this task.Mar 8 2018, 21:07
dereckson claimed this task.

Currently, ssl transport is available. Not sure since when, but probably at least during PHP 7 installation.