Bug 850522 - fetch errors with Fedora_19:i586 mirror: Peer certificate subjectAltName does not match host
Summary: fetch errors with Fedora_19:i586 mirror: Peer certificate subjectAltName does...
Status: NEW
Alias: None
Product: openSUSE.org
Classification: openSUSE
Component: BuildService (show other bugs)
Version: unspecified
Hardware: i686 Linux
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Adrian Schröter
QA Contact: Adrian Schröter
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-14 17:15 UTC by Thomas Eschenbacher
Modified: 2013-11-18 17:41 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Eschenbacher 2013-11-14 17:15:54 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... :-(
Comment 1 Thomas Eschenbacher 2013-11-18 17:41:12 UTC
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...