Conversation
supportThank you for creating a Stripe plug-in for Event Manager Pro, I would be more than happy to donate toward it assuming that I can get it working… Currently I am getting this error when trying to test the stripe payment on a booking after installing it and setting it up… See below… Booking could not be created: Connection error:: “Unexpected error communicating with Stripe. If this problem persists, let us know at support@stripe.com . (Network error [errno 77]: error setting certificate verify locations: CAfile: D:\<snip>…..</snip>\wp-content\plugins\stripe-gateway-for-events-manager-pro\lib\Stripe/../data/ca-certificates.crt CApath: none)” Any advice would be much appreciated Regards Mykasoft https://wordpress.org/plugins/stripe-gateway-for-events-manager-pro/
Part of me is wondering if its something to do with the change from ‘\’ to ‘/’ in the location string ‘….ger-pro\lib\Stripe /../data/ca -……’
Hi Mykasoft, sorry for late reply. Can you tell me where you use plugin. i mean that your site built currently in your local pc or in live environment (server).
I am having the same issue. Were you able to resolve? If so, can you please explain how? Thank you.
This error was occurring because the data/ca-certificates.crt file is not included in the PHP installation. I got passed it by: 1. Getting the ca-certificates.crt file here 2. Creating a folder in wp-content\plugins\stripe-gateway-for-events-manager-pro\lib\ called “data” 3. Moving the ca-certificates.crt into the new /data folder This reply was modified 9 years, 4 months ago by brettwyker .
Part of me is wondering if its something to do with the change from ‘\’ to ‘/’ in the location string ‘….ger-pro\lib\Stripe /../data/ca -……’
Hi Mykasoft, sorry for late reply. Can you tell me where you use plugin. i mean that your site built currently in your local pc or in live environment (server).
I am having the same issue. Were you able to resolve? If so, can you please explain how? Thank you.
This error was occurring because the data/ca-certificates.crt file is not included in the PHP installation. I got passed it by: 1. Getting the ca-certificates.crt file here 2. Creating a folder in wp-content\plugins\stripe-gateway-for-events-manager-pro\lib\ called “data” 3. Moving the ca-certificates.crt into the new /data folder This reply was modified 9 years, 4 months ago by brettwyker .