So uh, how can I confirm my Ruby is actually using the recompiled OpenSSL (Ubuntu 12.04) #heartbleed (aaron.pk/n4VU2)

Apr 8, 2014 · 9:59 PM UTC

1
Replying to @aaronpk
To check the version of OpenSSL Ruby was built with: ruby -r openssl -e 'puts OpenSSL::OPENSSL_VERSION' Anything below 1.0.1g is vulnerable.