Welcome Guest, Not a member yet? Register   Sign In
Paypal certificate problem
#1

(This post was last modified: 07-23-2021, 07:56 AM by pippuccio76.)

hi sorry for english i use the paypal code on github :

https://github.com/paypal/ipn-code-sampl...palIPN.php

I insert the cacert.pem inside a folder in writable , this is my code :

PHP Code:
        if ($this->use_local_certs) {
            curl_setopt($chCURLOPT_CAINFOWRITEPATH.'/uploads/Paypal/cacert.pem');
        

But in my ipn log i have :  cURL error: [60] SSL certificate problem: unable to get local issuer certificate
This is my server screenshot :
https://imgur.com/ljuXH6e.png
Why ?
Reply
#2

remove the begginning / WRITEPATH supplies it.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB