Bugzilla – Bug 850522
fetch errors with Fedora_19:i586 mirror: Peer certificate subjectAltName does not match host
Last modified: 2013-11-18 17:41:12 UTC
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0 The package download is interrupted when I want to build for Fedora_19, looks like a broken/corrupted mirror server to me !? Reproducible: Always Steps to Reproduce: 1.osc build Fedora_19 i586 2.some random number of packages are fetched successfully 3.then the package download aborts and I get the error message as below Actual Results: Certificate Verification Error: Peer certificate subjectAltName does not match host, expected ftp.fau.de, got DNS:*.opensuse.org, DNS:opensuse.org After that I can execute the "osc build ..." again, it resumes, does some more downloads (random number) until it aborts. It takes quite a while to do a download this way, with retry and retry again and again... :-(
in the meanwhile I worked around by adding this line to my /etc/hosts: 127.0.0.1 ftp.fau.de If someone knows a more elegant way to exclude such a broken server, please feel free to tell me...