webpush icon indicating copy to clipboard operation
webpush copied to clipboard

pkeys are immutable on OpenSSL 3.0 (OpenSSL::PKey::PKeyError)

Open deniciocode opened this issue 1 year ago • 2 comments

 Webpush.generate_key

Will raise pkeys are immutable on OpenSSL 3.0 (OpenSSL::PKey::PKeyError)

deniciocode avatar Aug 18 '24 01:08 deniciocode

This library doesn't support OpenSSL 3.

If you want to use OpenSSL 3 you can use this fork.

collimarco avatar Aug 22 '24 11:08 collimarco

I see that there was a pull request merged with fixes for OpenSSL 3 compatibility but it doesent work I get the same error. @collimarco suggestion works just fine.

beribak avatar Nov 10 '24 11:11 beribak