sarumaj / MyCampusMobile

Software Engineering Project for IU (www.iu-fernstudium.de)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AsyncImage TLS issue

sarumaj opened this issue · comments

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.