Seite 1 von 1

[GELÖST] tis-firefox-Paket

Veröffentlicht: 5. Juni 2019 - 8:29 Uhr
von Mathieu
Hallo, ich habe ein Problem mit dem Firefox-Paket.

Beim Versuch, ein Update durchzuführen, erhalte ich eine Fehlermeldung, die ich nicht beheben kann.

Code: Alle auswählen

*** Console de processus distant Réinitialisée *** 
Ligne de Commande : update-package-sources "c:\waptdev\futur-Firefox_x64_PROD_fr-wapt\WAPT\.."
Using config file: C:\Users\matvou\AppData\Local\waptconsole\waptconsole.ini
C:\Program Files (x86)\wapt\lib\site-packages\urllib3\connection.py:362: SubjectAltNameWarning: Certificate for futwapt.futuroscope.fdn.fr has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SubjectAltNameWarning
2019-06-05 08:26:32,680 CRITICAL Fatal error in update_package function: SSLError: HTTPSConnectionPool(host='download.mozilla.org', port=443): Max retries exceeded with url: /?product=firefox-latest-ssl&os=win64&lang=fr (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",),)):
Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\waptpackage.py", line 2239, in call_setup_hook
    hookdata = hook_func()
  File "c:\waptdev\futur-Firefox_x64_PROD_fr-wapt\setup.py", line 69, in update_package
    url = requests.head('https://download.mozilla.org/?product=firefox-latest-ssl&os=%s&lang=%s' % (arch[control.architecture],control.description.split(' locale ')[1]),proxies=proxies).headers['Location']
  File "C:\Program Files (x86)\wapt\lib\site-packages\requests\api.py", line 101, in head
    return request('head', url, **kwargs)
  File "C:\Program Files (x86)\wapt\lib\site-packages\requests\api.py", line 60, in request
    return session.request(method=method, url=url, **kwargs)
  File "C:\Program Files (x86)\wapt\lib\site-packages\requests\sessions.py", line 524, in request
    resp = self.send(prep, **send_kwargs)
  File "C:\Program Files (x86)\wapt\lib\site-packages\requests\sessions.py", line 637, in send
    r = adapter.send(request, **kwargs)
  File "C:\Program Files (x86)\wapt\lib\site-packages\requests\adapters.py", line 514, in send
    raise SSLError(e, request=request)
SSLError: HTTPSConnectionPool(host='download.mozilla.org', port=443): Max retries exceeded with url: /?product=firefox-latest-ssl&os=win64&lang=fr (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",),))

FATAL ERROR : SSLError: HTTPSConnectionPool(host='download.mozilla.org', port=443): Max retries exceeded with url: /?product=firefox-latest-ssl&os=win64&lang=fr (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",),))
Exit code:  3
Muss ich zum Durchführen des Updates das Paket neu importieren oder die Software manuell herunterladen?

Betreff: Paket tis-firefox

Veröffentlicht: 5. Juni 2019 - 8:50 Uhr
von Sfonteneau
Die genaue Aussage lautet:

Code: Alle auswählen

certificate verify failed
Anscheinend kann Python das HTTPS-Zertifikat nicht überprüfen. Ich habe es gestern Abend gemacht und es hat funktioniert. :?

Sie nutzen Ihre Firewall doch nicht etwa für einen MITM-Angriff [1], oder?

[1] https://fr.wikipedia.org/wiki/Attaque_d ... _du_milieu