I want to ignore ssl verification on my node. From my workstation I use knife windows bootstrap winrm --node-ssl-verify-mode none . I expectclient.rb on the target to contain ssl_verify_mode :verify_none. It does not. If I add it to client.rb on the node manually after the bootstrap, things work much better.
Am I missing something? windows_bootstrap_context.rb sees to have code to handle the above but for me it's not working
I want to ignore ssl verification on my node. From my workstation I use
knife windows bootstrap winrm --node-ssl-verify-mode none
. I expectclient.rb
on the target to containssl_verify_mode :verify_none
. It does not. If I add it toclient.rb
on the node manually after the bootstrap, things work much better.Am I missing something?
windows_bootstrap_context.rb
sees to have code to handle the above but for me it's not working