SSL error can not change to TLS

后端 未结 4 765
半阙折子戏
半阙折子戏 2020-12-03 15:19

I have been working for quite some time on a website that highly depends on Paypal working properly on it. Without it, it is really useless.

Around 1 in the morning

4条回答
  •  情深已故
    2020-12-03 16:00

    Try add

    CURLOPT_SSL_CIPHER_LIST => 'TLSv1'
    

    to your PPHttpConfig.php file. I had the same issue with you and spent hours to find the solution. This worked for me.

提交回复
热议问题