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

undefined method `hkdf' for OpenSSL::KDF:Module (NoMethodError)

Open mohamedhafez opened this issue 1 year ago • 0 comments

When trying to use https://github.com/pushpad/web-push, I get the following error:

undefined method `hkdf' for OpenSSL::KDF:Module (NoMethodError)

At this line: https://github.com/pushpad/web-push/blob/537267741b8b8cdd4ecedeb3f2da82e1145566d8/lib/web_push/encryption.rb#L29

(there's no stack trace past that)

I'm guessing its just an Openssl 3.x feature that hasn't been implemented yet? Just documenting here, I can always fall back on a previous gem version so not urgent

mohamedhafez avatar Jul 14 '24 11:07 mohamedhafez