[Windows][Winrm] Running a windows 10 box fails to provision due to winrm

I have a windows 11 host machine with a windows 10 guest. The issue I’m experiencing seems similar to what happened here, but with a windows host and the latest release of Vagrant, I’m not sure how to resolve the issue.

I suspect the issue is with the SSL configuration between the host and guest. Initially, I thought perhaps the guest vm was just not yet ready for a connection and increased the timeout in my Vagrantfile. However, this did not solve the problem.

I’m not sure how to proceed from here. Here’s a gist with both the output from “vagrant up --debug” and (below it) my Vagrantfile.

Vagrantfile (github.com)