ruby on rails - Why do I get "bad ecpoint" with OpenSSL::SSL::SSLError Stripe transaction? -
i building rails application stripe integrated. have setup except when try carry out transaction on local development environment. get:
ssl_connect returned=1 errno=0 state=sslv3 read server key exchange b: bad ecpoint
i tried lot of different things valid ssl cert on machine nothing seems working.
it isn't setup because working fine on test heroku server.
any appreciated.
it typically happens when there issues ruby/openssl integration. try updating rvm , reinstalling libs/ruby.
if you're still having issues, please list os, ruby, openssl , rvm/rbenv versions you're using.
Comments
Post a Comment