ruby on rails - In rubyonrails localhost and stripe, how to deal with Could not verify Stripe's SSL certificate? -
i had trouble whole day, still can't fix it.
i'm testing rails app locally on localhost:3000. click on button stripe payment, enter test card number etc , press enter. , fine (green button arrow it's ok) should have redirect, instead have error page :
"could not verify stripe's ssl certificate. please make sure network not intercepting certificates. (try going https://api.stripe.com/v1 in browser.) if problem persists, let know @ support@stripe.com. (network error: ssl_connect returned=1 errno=0 state=sslv3 read server certificate b: certificate verify failed)"
i looked on stripe, , see api call processed nothing appears in "customers", transaction didn't work.
anyone know how fix ? thanks
Comments
Post a Comment