I installed wampserver with Apache v2.2.17 and PHP v5.3.5.
When I use the function file_get_contents()
with the HTTPS URL as a parameter, I get the following warning:
Warning: file_get_contents() [function.file-get-contents]: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in C:\wamp\www\fbapp\index.php on line 22
Is there a way to configure wampserver to enable SSL without reinstalling it?
Also replace all occurrences of deny all to allow from all in the httpd. conf file. Once that's done, go to the browser and type http://<your_ip> and it should be accessible from other computer in your network. If you want to bind a particular port for incoming connections to WAMP, search for Listen in httpd.
Download: Go to https://www.wampserver.com/en/ and install the version that is appropriate for your system. After installation, run the installer. During this part, you can change your default browser if you want.
I looked it up and you should:
ssl_module
in the Apache modules.php_openssl
in the PHP extensions.Working! :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With