Wrapper https issue

Hello,

In last version of ExeOutput i find a problem using file_get_contents with https:

echo file_get_contents(‘https://domain_name.com’);
Warning: file_get_contents(): Unable to find the wrapper “https”

Thank-you,

Ok, it is resolved it is only a problem using version 7.1 of php, so I get back to version 5.6

Seems like I recall this error and fixed by compiling php_openssl.dll into exe.

Might also set allow_url_include = On in php.ini

Yes !..

Thank-you for the share :slight_smile:

1 Like

Glad it worked for you @Gilmichel