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

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -