file_get_contents(): SSL operation failed with code 1, Failed to enable crypto

前端 未结 16 1920
情歌与酒
情歌与酒 2020-11-22 04:31

I’ve been trying to access this particular REST service from a PHP page I’ve created on our server. I narrowed the problem down to these two lines. So my PHP page looks li

16条回答
  •  一整个雨季
    2020-11-22 04:48

    If your PHP version is 5, try installing cURL by typing the following command in the terminal:

    sudo apt-get install php5-curl
    

提交回复
热议问题