To allow https wrapper:
- the
php_openssl
extension must exist and be enabled allow_url_fopen
must 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 on
In the php.ini file you should add this lines if not exists:
extension=php_openssl.dll
allow_url_fopen = On