Closed daryljones closed 6 months ago
Any suggestions to get around the following runtime error:
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)
Ok to close. Previously answered. This works:
async with ClientSession(connector=TCPConnector(ssl=False)) as session: api = await async_login("redacted", "redacted", session)
Any suggestions to get around the following runtime error:
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)