-
Notifications
You must be signed in to change notification settings - Fork 253
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
Need to install pre-built ruby with openssl that has fips mode enabled #382
Comments
hey @larskanis @junaruga @MSP-Greg , can one of you guys give me some direction on the same please? |
I am not sure about this repository. However, if the program installs the OpenSSL, just run the OpenSSL's https://github.com/openssl/openssl/blob/master/INSTALL.md#enable-fips |
JFYI, the MSYS2 script (and the config section) is here: MSYS2 is used for all the standard publicly available Windows Rubies. One can also build Rubies with MSFT tooling, which are known as 'mswin' builds, which use packages from https://github.com/Microsoft/vcpkg. As above, the standard MSYS2 OpenSSL package isn't built with |
@MSP-Greg , Can you suggest a way I can use the CI pipelines of this project, but along with the changes I need to make for my use case? Here's what I want to accomplish: I tried forking both the repositories - but here are the problems that I faced:
|
hi @Vishal1309 - did you make progress on this? |
What problems are you experiencing?
I wanted to use rubyinstaller to install pre-built ruby with comes with openssl that has fips mode enabled - preferably openssl 3.0.13.
However I can't seem to find the same - can anyone please help out?
The text was updated successfully, but these errors were encountered: