configuring wampserver after installation to enable ssl

后端 未结 2 1708
长发绾君心
长发绾君心 2021-01-11 18:01

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 wa

2条回答
  •  失恋的感觉
    2021-01-11 18:11

    I looked it up and you should:

    1. Check ssl_module in the Apache modules.
    2. Check php_openssl in the PHP extensions.

    Working! :)

提交回复
热议问题