SSL error SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

后端 未结 9 1162
走了就别回头了
走了就别回头了 2020-12-01 07:03

After upgrading to PHP 5.6 I get an error when trying to connect to a server via fsockopen()..

The certificate on the server (host) is self-signed

9条回答
  •  眼角桃花
    2020-12-01 07:44

    Firstable, make sure that you Antivirus software doesn't block SSL2.
    Because I could not solve a problem for a long time and only disabling the antivirus helped me

提交回复
热议问题