After updated to 13.2 I encountered problem with ruby RestClient (1.6.7) and OpenSSL.
smirnoff@linux:~/work/interface> restclient2.0.0-p353 :001 > RestClient.get "https://blahdomain"
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server key exchange B: EC lib
from /home/smirnoff/.rvm/rubies/ruby-2.0.0-p353/lib64/ruby/2.0.0/net/http.rb:918:in `connect'
from /home/smirnoff/.rvm/rubies/ruby-2.0.0-p353/lib64/ruby/2.0.0/net/http.rb:918:in `block in connect'
from /home/smirnoff/.rvm/rubies/ruby-2.0.0-p353/lib64/ruby/2.0.0/timeout.rb:52:in `timeout'
from /home/smirnoff/.rvm/rubies/ruby-2.0.0-p353/lib64/ruby/2.0.0/net/http.rb:918:in `connect'
from /home/smirnoff/.rvm/rubies/ruby-2.0.0-p353/lib64/ruby/2.0.0/net/http.rb:862:in `do_start'
from /home/smirnoff/.rvm/rubies/ruby-2.0.0-p353/lib64/ruby/2.0.0/net/http.rb:851:in `start'
from /home/smirnoff/.rvm/gems/ruby-2.0.0-p353/gems/rest-client-1.6.7/lib/restclient/request.rb:172:in `transmit'
from /home/smirnoff/.rvm/gems/ruby-2.0.0-p353/gems/rest-client-1.6.7/lib/restclient/request.rb:64:in `execute'
from /home/smirnoff/.rvm/gems/ruby-2.0.0-p353/gems/rest-client-1.6.7/lib/restclient/request.rb:33:in `execute'
from /home/smirnoff/.rvm/gems/ruby-2.0.0-p353/gems/rest-client-1.6.7/lib/restclient.rb:68:in `get'
from (irb):1
from /home/smirnoff/.rvm/gems/ruby-2.0.0-p353/gems/rest-client-1.6.7/bin/restclient:92:in `<top (required)>'
from /home/smirnoff/.rvm/gems/ruby-2.0.0-p353/bin/restclient:23:in `load'
from /home/smirnoff/.rvm/gems/ruby-2.0.0-p353/bin/restclient:23:in `<main>'
from /home/smirnoff/.rvm/gems/ruby-2.0.0-p353/bin/ruby_executable_hooks:15:in `eval'
from /home/smirnoff/.rvm/gems/ruby-2.0.0-p353/bin/ruby_executable_hooks:15:in `<main>'
Tried differerent ruby versions via rvm, but still appeared.
Thank you for any possible help.