Bonjour,
J'ai fraichement installé Fedora-17 avec le bureau XFCE, et juste après l'installation quand je teste yum :
$ sudo yum update
Error: Cannot retrieve metalink for repository: fedora. Please verify its path and try again
J'ai trouvé une dizaine de sujets avec ce problème et j'ai donc testé sans aucun succès :
# yum clean all
# yum update --setopt=sslverify=false
# yum --nogpgcheck reinstall fedora-release-17-1.noarch.rpm
# yum reinstall  ca-certificates
# yum update  ca-certificates
# rpm --query --file  /etc/pki/tls/certs/ca-bundle.trust.crt
ca-certificates-2012.81-1.fc17.noarch
# yum reinstall ca-certificates-2012.81-1.fc17.noarch
# rpm --rebuilddb
J'ai trouvé des modifications qui pouvaient marcher sur les fichiers /etc/yum.repos.d/fedora.repo et /etc/yum.repos.d/fedora-updates.repo:
- remplacer, sans résultat, les https des url des miroirs par http, comme passer de :
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
- définir statiquement les adresses ip de mirrors.fedoraproject.org et download.fedoraproject.org dans /etc/hosts, sans résultat
- commenter mirrorlist et décommenter baseurl et le seul résultat différent:
# yum update
Loaded plugins: langpacks, presto, refresh-packagekit
http://download.fedoraproject.org/pub/fedora/linux/releases/17/Everything/i386/os/repodata/repomd.xml: [Errno 12]
Timeout on http://download.fedoraproject.org/pub/fedora/linux/releases/17/Everything/i386/os/repodata/repomd.xml: (28, '')

Trying other mirror.
http://download.fedoraproject.org/pub/fedora/linux/updates/17/i386/repodata/repomd.xml: [Errno 12]
Timeout on http://download.fedoraproject.org/pub/fedora/linux/updates/17/i386/repodata/repomd.xml: (28, '')

Trying other mirror.
http://download.fedoraproject.org/pub/fedora/linux/releases/17/Everything/i386/os/repodata/repomd.xml: [Errno 12]
Timeout on http://download.fedoraproject.org/pub/fedora/linux/releases/17/Everything/i386/os/repodata/repomd.xml: (28, '')

Trying other mirror.
Error: failure: repodata/repomd.xml from fedora: [Errno 256] No more mirrors to try.
Sur ce post, une personne répond qu'à partir de la fin de vie officielle d'une version (30 Juillet 2013 pour F17) les dépôts ne sont plus maintenus. Pourtant j'utilise encore Fedora 17 sur un autre ordinateur, cela fait peut-être trois ou quatre mois uniquement que je n'ai pas utilisé yum mais je n'ai jamais eu cette erreur alors que je l'ai utilisé régulièrement après la date de fin de vie.

Je peux pinger les serveurs :
# ping mirrors.fedoraproject.org
64 bytes from mirrors.fedoraproject.org (85.236.55.6): icmp_req=1 ttl=52 time=52.3 ms
# ping download.fedoraproject.org
64 bytes from download.fedoraproject.org (209.132.181.15): icmp_req=1 ttl=40 time=160 ms

J'ai enfin essayé (après avoir rétabli /etc/hosts et les fichiers de /etc/yum.repos.d à leur configuration initiale):
# URLGRABBER_DEBUG=1 yum update
...
...
...
2015-04-08 23:04:43,777 attempt 1/10: https://mirrors.fedoraproject.org/metalink?repo=fedora-17&arch=i386
INFO:urlgrabber:attempt 1/10: https://mirrors.fedoraproject.org/metalink?repo=fedora-17&arch=i386
2015-04-08 23:04:43,778 opening local file "/var/cache/yum/i386/17/fedora/metalink.xml.tmp" with mode wb
INFO:urlgrabber:opening local file "/var/cache/yum/i386/17/fedora/metalink.xml.tmp" with mode wb
* About to connect() to mirrors.fedoraproject.org port 443 (#0)
*   Trying 85.236.55.6...
* connected
* Connected to mirrors.fedoraproject.org (85.236.55.6) port 443 (#0)
* warning: ignoring unsupported value (1) of ssl.verifyhost
*   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none
* NSS error -8092 (SEC_ERROR_KEYGEN_FAIL)
* Closing connection #0
* SSL connect error
2015-04-08 23:04:44,124 exception: [Errno 14] problem making ssl connection
INFO:urlgrabber:exception: [Errno 14] problem making ssl connection
2015-04-08 23:04:44,124 retrycode (14) not in list [-1, 2, 4, 5, 6, 7], re-raising
INFO:urlgrabber:retrycode (14) not in list [-1, 2, 4, 5, 6, 7], re-raising
Error: Cannot retrieve metalink for repository: fedora. Please verify its path and try again
Donc erreur SSL apparemment et d'ailleurs, juste après l'installation Firefox n'arrivait pas à se connecter aux sites en HTTPS, cela provoquait une erreur sec_error_keygen_fail, mais je l'ai résolue simplement en téléchargeant une tarball de la dernière version. Et OUI mon ordinateur est à l'heure. Mais:
# curl "http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/"    # aucun problème
# curl "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch"
curl: (35) SSL connect error
Je désespère... help
Fedora 17 n'est plus maintenue et les dépôts ont été vidés.

Pourquoi installer cette version plutot qu'une version récente ,