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
**### https://12.171.100.186:4443/remote/login |Failed to perform, curl: (35) BoringSSL: error:10000438:SSL routines:OPENSSL_internal:TLSV1_ALERT_INTERNAL_ERROR. See https://curl.se/libcurl/c/libcurl-errors.html first for more details.
https://12.171.100.186:4443/remote/login |Failed to perform, curl: (35) BoringSSL: error:10000438:SSL routines:OPENSSL_internal:TLSV1_ALERT_INTERNAL_ERROR. See https://curl.se/libcurl/c/libcurl-errors.html first for more details.**
`
options = {
CurlOpt.SSL_VERIFYHOST: 0,
CurlOpt.SSL_VERIFYPEER: 0,
CurlOpt.TLS_KEY_USAGE_NO_CHECK: 1
}
async with AsyncSession(impersonate=BrowserType.chrome, curl_options=options,
timeout=300, verify=False,
# proxy="http://127.0.0.1:8080",
) as session:
res = await session.get(link)
**it comes out when I make several requests asynchronously in threads to the same site
For example if aiohttp use force_close = True in the connector, it helps. What should I do here?**
The text was updated successfully, but these errors were encountered:
`
The text was updated successfully, but these errors were encountered: