Hi Andres I was curious as to what was happening here and did a bit of investigating, I've posted my results here https://github.com/hashicorp/packer/issues/6205#issuecomment-391911194. TLDR
- WinRM with NTLM auth is not encrypted so running over HTTPS should solve that issue I see you said you can replicate this over HTTPS so I am curious as to what your packer.json file and the bootstrapping script you are running looks like. The only other explanation I can find is maybe the LocalAccountTokenFilterPolicy is not set up to allow administrative remote access that is required by WinRM https://support.microsoft.com/en-us/help/942817/how-to-change-the-remote-uac-localaccounttokenfilterpolicy-registry-se. Thanks Jordan -- 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/31959356-8b24-4339-b126-ba2efbd61592%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
