I have added virtio-win.repo according to this guide. The content of /etc/yum.repo.d/virtio-win.repo is now
[virtio-win-stable]
name=virtio-win builds roughly matching what was shipped in latest RHEL
baseurl=http://fedorapeople.org/groups/virt/virtio-win/repo/stable
enabled=1
skip_if_unavailable=1
gpgcheck=0
[virtio-win-latest]
[virtio-win-source]
The last two [] have similar options as the first (which are not my problem). Now, when I run yum makecache, I get this error
http://fedorapeople.org/groups/virt/virtio-win/repo/stable/repodata/repomd.xml: [Errno 14] problem making ssl connection
I tried running wget http://fedorapeople.org/groups/virt/virtio-win/repo/stable/repodata/repomd.xml manually, but it recommends me to add --no-check-certificate to wget which will solve the problem.
I want to know how can I add that option in the /etc/yum.repo.d/virtio-win.repo?