-
Notifications
You must be signed in to change notification settings - Fork 202
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
Digest initialization failed: initialization error in the specified(Ruby-3.2/OpenSSL-3.0.8 7) #606
Comments
Seems to relate to openssl compat issue. On my side I got the same with windows box, because of winrm not able to authenticate. |
@Annih it seems like that issue is fixed but something else is failing. In this case, I am using ruby
kitchen.yml
Gemfile
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to run a
kitchen-test
using the latest AWS Codebuild Image https://github.com/aws/aws-codebuild-docker-images/blob/master/al2/aarch64/standard/3.0/DockerfileIt is not working with this ruby version but the previous version before ruby 3.2 works fine. I also noticed that this
3.2
was compiled withopenssl v3
Environment
ruby 3.2.1 (2023-02-08 revision 31819e82c8) [aarch64-linux]
openssl - ruby -ropenssl -e 'puts OpenSSL::OPENSSL_VERSION'
OpenSSL 3.0.8 7 Feb 2023The text was updated successfully, but these errors were encountered: