You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encryption/Decription doesn't work in new platforms.
Probably due to some old ciphers removed (not supported).
Failed ti decrypt on Ubuntu 22 with Ruby 3.1.2
admin1@ubuntu22:~/connector_rspec/config$ encrypt_property_for_yaml decrypt 'key' "value="
/usr/share/rvm/gems/ruby-3.1.2/gems/secure_yaml-2.0.2/lib/secure_yaml/cipher.rb:18:in `update': key not set (OpenSSL::Cipher::CipherError)
from /usr/share/rvm/gems/ruby-3.1.2/gems/secure_yaml-2.0.2/lib/secure_yaml/cipher.rb:18:in `decrypt'
from /usr/share/rvm/gems/ruby-3.1.2/gems/secure_yaml-2.0.2/lib/secure_yaml/cli/property_encryption_application.rb:18:in `execute'
from /usr/share/rvm/gems/ruby-3.1.2/gems/secure_yaml-2.0.2/bin/encrypt_property_for_yaml:5:in `<top (required)>'
from /usr/share/rvm/gems/ruby-3.1.2/bin/encrypt_property_for_yaml:25:in `load'
from /usr/share/rvm/gems/ruby-3.1.2/bin/encrypt_property_for_yaml:25:in `<main>'
from /usr/share/rvm/gems/ruby-3.1.2/bin/ruby_executable_hooks:22:in `eval'
from /usr/share/rvm/gems/ruby-3.1.2/bin/ruby_executable_hooks:22:in `<main>'
ad
The text was updated successfully, but these errors were encountered:
ipmaks2
changed the title
Could we add support for new OpenSSL versions like on RHEL9 or UBUNTU 22
Could it be possible to add support for new OpenSSL versions like on RHEL9 or UBUNTU 22
May 19, 2022
Encryption/Decription doesn't work in new platforms.
Probably due to some old ciphers removed (not supported).
Failed ti decrypt on Ubuntu 22 with Ruby 3.1.2
The text was updated successfully, but these errors were encountered: