pulibrary / princeton_ansible

Ansible Roles and Playbooks for Princeton University Library
11 stars 4 forks source link

EZ Proxy deploy only accepting RSA keys #5499

Open VickieKarasic opened 1 week ago

VickieKarasic commented 1 week ago

What maintenance needs to be done?

Level of urgency

Why is this maintenance needed?

It appears that when trying to deploy to EZ Proxy, only RSA keys are being recognized and updated keys with the ed25519 protocol are not recognized. Error message:

The deploy has failed with an error: Exception while executing as ezproxy@ezproxy-test: rsa#set_key= is incompatible with OpenSSL 3.0

Acceptance criteria

Implementation notes, if any

We also ran the ezproxy playbook and that did not resolve the issue.

VickieKarasic commented 1 week ago

From Ansible Hours - look to see if there's a capistrano update that needs to be installed; open SSL on the machine (too upgraded on the box for the gem to use it).

Try running bundle update capistrano --conservative