You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just upgraded jruby on our application from 1.7.19 to 1.7.20 and suddenly the server returned this long error message in almost all API call (previously everything is fine, test passed 100%)
this looks like a regression in jruby-openssl-0.9.7 which is bundled with
jruby-1.7.20 and 1.7.19 comes with jossl-0.9.6
unfortunately jruby-1.7.20 has a bug which prevents to downgrade to
jossl-0.9.6 :(
@giosakti any chance you can isolate this for us ? would help resolving the issue.
trace shows the PKCS5.pbkdf2_hmac_sha1 call as problematic, would be useful to know your exact parameters it gets ... e.g. you may try monkey-patching the method to print what args its called with if you're not sure how to isolate.
Hi all,
Just upgraded jruby on our application from 1.7.19 to 1.7.20 and suddenly the server returned this long error message in almost all API call (previously everything is fine, test passed 100%)
https://gist.github.com/giosakti/03655ff24c7917c7d2ff
My application is on rails 4.1.10
The text was updated successfully, but these errors were encountered: