Hello,

I've this error with a windows 2016.

on the VM I got :
Client", 
            "        NetworkDelayms = 5000", 
            "        URLPrefix = wsman", 
            "        AllowUnencrypted = false", 
            "        Auth", 
            "            Basic = true", 
            "            Digest = true", 
            "            Kerberos = true", 
            "            Negotiate = true", 
            "            Certificate = true", 
            "            CredSSP = false", 
            "        DefaultPorts", 
            "            HTTP = 5985", 
            "            HTTPS = 5986", 
            "        TrustedHosts", 
            "        AllowUnencrypted = *false*", 

And I can manage to connect with ansible with NTLM.


Is there a conf in the packer side to make it work  ? 

I have seen (https://github.com/hashicorp/packer/issues/6205) that people 
change AllowUnencrypted to *True* :-> winrm set winrm/config/service 
'@{AllowUnencrypted="true"}' . 
As

But I don't think its a good news.


Regards


-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/packer-tool/657aa0fe-1c86-48dc-9fa4-901a91dac0bd%40googlegroups.com.

Reply via email to