To allow https wrapper:
- the
php_opensslextension must exist and be enabled allow_url_fopenmust be set toon
In the php.ini file you should add this lines if not exists:
extension=php_openssl.dll
allow_url_fopen = On
To allow https wrapper:
php_openssl extension must exist and be enabled allow_url_fopen must be set to onIn the php.ini file you should add this lines if not exists:
extension=php_openssl.dll
allow_url_fopen = On