You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AsyncImage loader cannot verify TLS certificate of the target server:
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1051)>
Applied mitigation:
os.environ["SSL_CERT_FILE"] = certifi.where()
works only for requests.
The text was updated successfully, but these errors were encountered:
AsyncImage loader cannot verify TLS certificate of the target server:
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1051)>
Applied mitigation:
os.environ["SSL_CERT_FILE"] = certifi.where()
works only for requests.
The text was updated successfully, but these errors were encountered: