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
However, when kitchen-inspec prepares the winrm runner_options, it fails to pass the necessary information to allow inspec to utilize the HTTPS transport.
At a minimum, kitchen-inspec should apply the same defaults as test-kitchen, when encountering winrm_transport: ssl. This means that it should configure 'ssl' => true, 'self_signed' => true in winrm runner options whenever it detects winrm_transport: ssl.
I will raise a PR that fixes this issue.
The text was updated successfully, but these errors were encountered:
I have a working configuration for test-kitchen that uses self-signed HTTPS winrm as a transport:
However, when kitchen-inspec prepares the winrm runner_options, it fails to pass the necessary information to allow inspec to utilize the HTTPS transport.
At a minimum, kitchen-inspec should apply the same defaults as test-kitchen, when encountering
winrm_transport: ssl
. This means that it should configure'ssl' => true, 'self_signed' => true
in winrm runner options whenever it detectswinrm_transport: ssl
.I will raise a PR that fixes this issue.
The text was updated successfully, but these errors were encountered: