1
When trying to open a url with the function file_get_contents()
I get the following error
file_get_contents(): Unable to find the wrapper "https" - Did you Forget to enable it when you configured PHP?
Could help me solve this mistake?
When using the function phpinfo()
appears that support for Openssl is disabled and has to download the . dll more I have already downloaded put in the directory as in the photo below:
To see the allowed connection types, run the script: echo '<pre>'; var_dump(stream_get_wrappers()); echo '</pre>';
– user60252
tries to make
phpinfo()
and shows the enabled extensions– 13dev
Openssl support - disabled (install ext/openssl)
– Leone Cerqueira
Wrong version of DLL most likely. If you are sure it is enabled on . ini and the version is correct, click [Edit] and add more details to the question. If the problem is the . ini, would be the case to indicate which answer solved. As it is, I believe that the problem can not be reproduced (at least by the current statement).
– Bacco