#AuxaneN-errno77
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Is the bug bound to be because of the API version ?
Not sure.
Do the API keys care about CNAMEs ?
I don't think so
probably need a little more description about the error that you're seeing
For sure, the error is Network error [errno 77]: error setting certificate verify locations: CAfile : CApath: /etc/ssl/certs
It happens when trying to process a payment
A common cause for this error is that the data/ca-certificates.crt file is not included in your PHP installation https://github.com/stripe/stripe-php/blob/master/data/ca-certificates.crt, or it has file permissions that is preventing your code from accessing it. Once you have done this, you should be fine (and the SSL handshake between your server and our API should work fine).
Unfortunately that's almost always a PHP config issue on your server ๐ฆ
Thanks, I'll have it double checked on both our server and the external dev, just to be sure
I was mainly worried about the API version, but if that's not bound to be the main issue, I'll try that ๐
yeah no it's really either a PHP install issue or a stripe-php one