Displaying 2 results from an estimated 2 matches for "allowunencrypt".
Did you mean:
allowunencrypted
2015 Apr 02
3
[Libvirt] [virsh] Transport Error during enumeration while connecting libvirt to Hyper-V Server
...r);
if (hyperyVerifyResponse(priv->client, response, "enumeration") < 0) {
goto cleanup;
}
I have correctly done the settings on my hyper-v Server using below commands:
winrm set winrm/config/service/auth @{Basic="true"}
winrm set winrm/config/service @{AllowUnencrypted="true"}
Does anyone knows what could be wrong or I am missing something or can anyone help to solve this issue.
Thanks & Regards,
Dhaval Shah
2016 Mar 23
0
libvirt 1.3.3 and Hyper-V 2012
Hello
I installed libvirt 1.3.3 for managing a Hyper-V 2012 R2 Server.
On the hyper-v server I entered the two commands:
winrm set winrm/config/service/auth @{Basic="true"}
winrm set winrm/config/service @{AllowUnencrypted="true"}
After connecting, I receive the following error:
user@ubuntu-serv-kvm:~/libvirt-hyperv-r2-2012$ virsh -c hyperv://192.168.33.140/?transport=http
Enter username for 192.168.33.140 [administrator]:
Enter administrator's password for 192.168.33.140:
error: failed to connect...