Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github action 20.04 runner EOL #8

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

UserNotFound
Copy link
Member

@UserNotFound UserNotFound commented Mar 4, 2025

LoadError: cannot load such file -- base64 (LoadError)
base64 was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add
base64 to your Gemfile or gemspecw

Fixed that ^ , but i think we also are doing something OpenSSL considers implicitly "wrong", but i don't immediately grok why we're doing exactly what they say you cant?

1) MiniCa::Certificate#initialize initializes with a custom private_key (ECDSA)
     Failure/Error: pub.public_key = private_key.public_key

     OpenSSL::PKey::PKeyError:
       pkeys are immutable on OpenSSL 3.0
     # ./lib/mini_ca/certificate.rb:139:in `public_key='
     # ./lib/mini_ca/certificate.rb:139:in `public_key'
     # ./lib/mini_ca/certificate.rb:31:in `initialize'
     # ./spec/mini_ca/certificate_spec.rb:74:in `new'
     # ./spec/mini_ca/certificate_spec.rb:74:in `block (3 levels) in <top (required)>'
     ```

@UserNotFound
Copy link
Member Author

@UserNotFound
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant