Skip to content

Commit f37df77

Browse files
committed
enable openssl to use legacy algorithms
1 parent f3a203e commit f37df77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configs/projects/bolt-runtime.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
proj.setting(:runtime_project, 'bolt')
44
proj.setting(:ruby_version, '3.2.5')
55
proj.setting(:openssl_version, '3.0')
6+
# Legacy algos must be enabled in OpenSSL >= 3.0 for Bolt's WinRM transport to work.
7+
proj.setting(:use_legacy_openssl_algos, true)
68
proj.setting(:rubygem_net_ssh_version, '7.2.3')
79
proj.setting(:augeas_version, '1.14.1')
810
# TODO: Can runtime projects use these updated versions?

0 commit comments

Comments
 (0)