Skip to content

Commit

Permalink
enable openssl to use legacy algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
alex501212 committed Sep 3, 2024
1 parent f3a203e commit f37df77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/projects/bolt-runtime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
proj.setting(:runtime_project, 'bolt')
proj.setting(:ruby_version, '3.2.5')
proj.setting(:openssl_version, '3.0')
# Legacy algos must be enabled in OpenSSL >= 3.0 for Bolt's WinRM transport to work.
proj.setting(:use_legacy_openssl_algos, true)
proj.setting(:rubygem_net_ssh_version, '7.2.3')
proj.setting(:augeas_version, '1.14.1')
# TODO: Can runtime projects use these updated versions?
Expand Down

0 comments on commit f37df77

Please sign in to comment.