“Windows PY SSL: Certificate_verify_Failed] Zertifikatprüfung fehl” Code-Antworten

SSL.SLCERTVIFIFICTERROR: [SSL: Certificate_verify_Failed] Zertifikat bestätigen, fehlgeschlagen: Nicht in der Lage, ein lokales Emittentenzertifikat zu erhalten (_SSL.C: 1091)

Once upon a time I stumbled with this issue. If you're using macOS go to Macintosh HD > Applications > Python3.6 folder (or whatever version of python you're using) > double click on "Install Certificates.command" file.
Stockholm

SSL: Certificate_verify_Failed] Zertifikatprüfung fehl

import ssl
import certifi

urlopen(request, context=ssl.create_default_context(cafile=certifi.where()))
Rich Rattlesnake

Windows PY SSL: Certificate_verify_Failed] Zertifikatprüfung fehl

HTTPSConnectionPool(host='api.openrouteservice.org', port=443): Max retries exceeded with url: /v2/directions/driving-car/json (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000001CEB986BE50>: Failed to establish a new connection: [WinError 10060] Se produjo un error durante el intento de conexión ya que la parte conectada no respondió adecuadamente tras un periodo de tiempo, o bien se produjo un error en la conexión establecida ya que el host conectado no ha podido responder'))
adrian gonzalez

Ähnliche Antworten wie “Windows PY SSL: Certificate_verify_Failed] Zertifikatprüfung fehl”

Fragen ähnlich wie “Windows PY SSL: Certificate_verify_Failed] Zertifikatprüfung fehl”

Weitere verwandte Antworten zu “Windows PY SSL: Certificate_verify_Failed] Zertifikatprüfung fehl” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen