jruby-openssl icon indicating copy to clipboard operation
jruby-openssl copied to clipboard

undefined method `q=' for OpenSSL::PKey::DH

Open Unknown-Guy opened this issue 1 year ago • 0 comments

Starting with jruby-openssl 0.14.4 sshkit dies with:

SSHKit::Runner::ExecuteError: Exception while executing on host staging-app: undefined method `q=' for #<OpenSSL::PKey::DH:0x7cb886f3>
Did you mean?  q
  execute at /Users/user/.rbenv/versions/jruby-9.2.7.0/lib/ruby/gems/shared/gems/sshkit-1.22.2/lib/sshkit/runners/parallel.rb:15

0.14.3 works fine.

Unknown-Guy avatar Apr 30 '24 07:04 Unknown-Guy