Swedbank-SPP / swedbank-payment-portal

Swedbank Payment Portal API library for PHP
Other
36 stars 21 forks source link

SSL certificate problem: unable to get local issuer certificate #11

Closed enduro44 closed 6 years ago

enduro44 commented 6 years ago

cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

Exception is returned by guzzlehttp curl_exec, when trying to execute "https://accreditation.datacash.com/Transaction/acq_a"

I am on v0.8.22

Swedbank-SPP commented 6 years ago

Hi, try this solution to this problem: https://stackoverflow.com/a/42123710 Check if your 'default_cert_file' cert file exists.

enduro44 commented 6 years ago

Solution worked like a char. Tnx!