chef / knife-windows

Plugin for Chef's knife tool for working with Windows nodes
Apache License 2.0
152 stars 110 forks source link

Problem with node-ssl-verify-mode none #386

Closed noresjo closed 8 years ago

noresjo commented 8 years ago

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

noresjo commented 8 years ago

--server-url works fine though.

mwrock commented 8 years ago

I have confirmed this is a bug and have submitted #388 to fix.