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

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -