|
From: | Weiss, Howard |
Subject: | security certificate is not trusted by your computers operating system |
Date: | Sat, 24 Oct 2020 20:58:29 +0000 |
Hi – I am running qemu 5.1.0 which installed via qemu-w64-setup-20200814.exe which I download from
https://qemu.weilnetz.de/w64/ I then started windows 10 in qemu as follows qemu-system-x86_64 -accel whpx -m 4G -cdrom Windows.iso -hda ./windows_10_image.qcow2 -net nic -net user -object cryptodev-backend-builtin,id=cryptodev0 -device virtio-crypto-pci,id=crypto0,cryptodev=cryptodev0 -vga std -boot strict=on I want to test out the crypto device driver from Apiorit preparatory to creating a virtual device to test out user driver I used qemu-img to create windows_10_image.qcow2 and windows.iso is downloaded from Microsoft Windows 10 comes up fine. However, whenever I run any browser I see the following message “security certificate is not trusted by your computer’s operating system” It appears that access via https is being denied I assume I need a different driver. I initially tried to install Windows 10 with “-net nic,model=virtio -net user” but windows would not install because there was no internet access There are a number of devices listed when execute -devices help Network devices: name "e1000", bus PCI, alias "e1000-82540em", desc "Intel Gigabit Ethernet" name "e1000-82544gc", bus PCI, desc "Intel Gigabit Ethernet" name "e1000-82545em", bus PCI, desc "Intel Gigabit Ethernet" name "e1000e", bus PCI, desc "Intel 82574L GbE Controller" name "i82550", bus PCI, desc "Intel i82550 Ethernet" name "i82551", bus PCI, desc "Intel i82551 Ethernet" name "i82557a", bus PCI, desc "Intel i82557A Ethernet" name "i82557b", bus PCI, desc "Intel i82557B Ethernet" name "i82557c", bus PCI, desc "Intel i82557C Ethernet" name "i82558a", bus PCI, desc "Intel i82558A Ethernet" name "i82558b", bus PCI, desc "Intel i82558B Ethernet" name "i82559a", bus PCI, desc "Intel i82559A Ethernet" name "i82559b", bus PCI, desc "Intel i82559B Ethernet" name "i82559c", bus PCI, desc "Intel i82559C Ethernet" name "i82559er", bus PCI, desc "Intel i82559ER Ethernet" name "i82562", bus PCI, desc "Intel i82562 Ethernet" name "i82801", bus PCI, desc "Intel i82801 Ethernet" name "ne2k_isa", bus ISA name "ne2k_pci", bus PCI name "pcnet", bus PCI name "rocker", bus PCI, desc "Rocker Switch" name "rtl8139", bus PCI name "tulip", bus PCI name "usb-net", bus usb-bus name "virtio-net-device", bus virtio-bus name "virtio-net-pci", bus PCI, alias "virtio-net" name "virtio-net-pci-non-transitional", bus PCI name "virtio-net-pci-transitional", bus PCI name "vmxnet3", bus PCI, desc "VMWare Paravirtualized Ethernet v3" Should I be using one of these? Howard Weus |
[Prev in Thread] | Current Thread | [Next in Thread] |