Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] BoringSSL: error:10000438 when making several requests asynchronously in threads to the same site #352

Open
viskok-yuri opened this issue Jul 17, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@viskok-yuri
Copy link

viskok-yuri commented Jul 17, 2024

**### 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?**
@viskok-yuri viskok-yuri added the bug Something isn't working label Jul 17, 2024
@perklet perklet changed the title [BUG] [BUG] BoringSSL: error:10000438 when making several requests asynchronously in threads to the same site Jul 17, 2024
@perklet
Copy link
Collaborator

perklet commented Jul 22, 2024

See my comments on #319.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants