Hi guys,
I have ran into a problem while running a PHP script, the code that causes the warning:
The warning message:
Some results from phpinfo
Thanks
I have ran into a problem while running a PHP script, the code that causes the warning:
Code:
file_get_contents( 'https://api.wordpress.org/secret-key/1.1/salt/' );
Code:
Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP
Code:
<?php phpinfo(); ?>' | php 2>&1 |grep -i ssl
SSL => supported
OpenSSL support => disabled (install ext/openssl)